#25a3ad

Color #25A3AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #25A3AD

Tints of Pelorous #25A3AD

Color information

#25A3AD (or 0x25A3AD) is unknown color: approx Pelorous. HEX triplet: 25, A3 and AD. RGB value is (37,163,173). Sum of RGB (Red+Green+Blue) = 37+163+173=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #25A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A3AD is #DA5C52. Grayscale: #7E7E7E. Windows color (decimal): -14310483 or 11379493. OLE color: 11379493.

HSL color Cylindrical-coordinate representation of color #25A3AD: hue angle of 184.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25A3AD is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37163173-
CMYK0.790.0600.32
HSL184.41º64.76%41.18%-
HSV(B)184.41º78.61%67.84%-
XYZ21.429.644.12-
YUV126.47154.2664.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=9.92%
G=43.70%
B=46.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371631730.790.0600.32184.4164.7641.18
Hex25A3AD4F6020b84129
Octal45243255117604027010151
Binary100101101000111010110110011111100100000101110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25a3ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25a3ad; }

 p { color: rgb(37,163,173); }

 H1.HeaderClassName
 {
   color: #25a3ad;
 }
 .AnyTagClassName
 {
   color: #25a3ad;
 }
</style>
background-color css

<style>
 a { background-color: #25a3ad; }

 a { background-color: rgb(37,163,173); }

 div.DivClassName
 {
   background-color: #25a3ad;
 }
 .BgClassName
 {
   background-color: #25a3ad;
 }
</style>
border-color css

<style>
 span { border-color: #25a3ad; }

 span { border-color: rgb(37,163,173); }

 td.TdClassName
 {
   border-color: #25a3ad;
 }
 .TagClassName
 {
   border-color: #25a3ad;
 }
</style>