#24B9AA

Color #24B9AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #24B9AA

Tints of Light Sea Green #24B9AA

Color information

#24B9AA (or 0x24B9AA) is unknown color: approx Light Sea Green. HEX triplet: 24, B9 and AA. RGB value is (36,185,170). Sum of RGB (Red+Green+Blue) = 36+185+170=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #24B9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B9AA is #DB4655. Grayscale: #8A8A8A. Windows color (decimal): -14370390 or 11188516. OLE color: 11188516.

HSL color Cylindrical-coordinate representation of color #24B9AA: hue angle of 173.96º 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 #24B9AA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB36185170-
CMYK0.8100.080.27
HSL173.96º67.42%43.33%-
HSV(B)173.96º80.54%72.55%-
XYZ25.3337.9844.03-
YUV138.74145.6454.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361851700.8100.080.27173.9667.4243.33
Hex24B9AA51081Bae432b
Octal442712521210103325610353
Binary100100101110011010101010100010100011011101011101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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