#24AAB9

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

Shades of Pelorous #24AAB9

Tints of Pelorous #24AAB9

Color information

#24AAB9 (or 0x24AAB9) is unknown color: approx Pelorous. HEX triplet: 24, AA and B9. RGB value is (36,170,185). Sum of RGB (Red+Green+Blue) = 36+170+185=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #24AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AAB9 is #DB5546. Grayscale: #838383. Windows color (decimal): -14374215 or 12167716. OLE color: 12167716.

HSL color Cylindrical-coordinate representation of color #24AAB9: hue angle of 186.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24AAB9 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36170185-
CMYK0.810.0800.27
HSL186.04º67.42%43.33%-
HSV(B)186.04º80.54%72.55%-
XYZ23.8632.6350.94-
YUV131.64158.1159.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.21%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=9.21%
G=43.48%
B=47.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361701850.810.0800.27186.0467.4243.33
Hex24AAB951801Bba432b
Octal442522711211003327210353
Binary100100101010101011100110100011000011011101110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AAB9; }

 p { color: rgb(36,170,185); }

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

<style>
 a { background-color: #24AAB9; }

 a { background-color: rgb(36,170,185); }

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

<style>
 span { border-color: #24AAB9; }

 span { border-color: rgb(36,170,185); }

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