#24B9A9

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

Shades of Light Sea Green #24B9A9

Tints of Light Sea Green #24B9A9

Color information

#24B9A9 (or 0x24B9A9) is unknown color: approx Light Sea Green. HEX triplet: 24, B9 and A9. RGB value is (36,185,169). Sum of RGB (Red+Green+Blue) = 36+185+169=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #24B9A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B9A9 is #DB4656. Grayscale: #8A8A8A. Windows color (decimal): -14370391 or 11122980. OLE color: 11122980.

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

Color convert

RGB36185169-
CMYK0.8100.090.27
HSL173.56º67.42%43.33%-
HSV(B)173.56º80.54%72.55%-
XYZ25.2437.9443.53-
YUV138.62145.1454.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.23%
GREEN value IS 185 (72.66% from 255) = 47.44%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=9.23%
G=47.44%
B=43.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361851690.8100.090.27173.5667.4243.33
Hex24B9A951091Bae432b
Octal442712511210113325610353
Binary100100101110011010100110100010100111011101011101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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