#24B9AB

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

Shades of Light Sea Green #24B9AB

Tints of Light Sea Green #24B9AB

Color information

#24B9AB (or 0x24B9AB) is unknown color: approx Light Sea Green. HEX triplet: 24, B9 and AB. RGB value is (36,185,171). Sum of RGB (Red+Green+Blue) = 36+185+171=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #24B9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B9AB is #DB4654. Grayscale: #8A8A8A. Windows color (decimal): -14370389 or 11254052. OLE color: 11254052.

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

Color convert

RGB36185171-
CMYK0.8100.080.27
HSL174.36º67.42%43.33%-
HSV(B)174.36º80.54%72.55%-
XYZ25.4338.0144.53-
YUV138.85146.1454.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.18%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=9.18%
G=47.19%
B=43.62%

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
Decimal361851710.8100.080.27174.3667.4243.33
Hex24B9AB51081Bae432b
Octal442712531210103325610353
Binary100100101110011010101110100010100011011101011101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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