#24BDAE

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

Shades of Light Sea Green #24BDAE

Tints of Light Sea Green #24BDAE

Color information

#24BDAE (or 0x24BDAE) is unknown color: approx Light Sea Green. HEX triplet: 24, BD and AE. RGB value is (36,189,174). Sum of RGB (Red+Green+Blue) = 36+189+174=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDAE is #DB4251. Grayscale: #8D8D8D. Windows color (decimal): -14369362 or 11451684. OLE color: 11451684.

HSL color Cylindrical-coordinate representation of color #24BDAE: hue angle of 174.12º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BDAE is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB36189174-
CMYK0.8100.080.26
HSL174.12º68%44.12%-
HSV(B)174.12º80.95%74.12%-
XYZ26.5739.8346.33-
YUV141.54146.3152.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.02%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=9.02%
G=47.37%
B=43.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361891740.8100.080.26174.126844.12
Hex24BDAE51081Aae442c
Octal442752561210103225610454
Binary100100101111011010111010100010100011010101011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,189,174); }

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

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

 a { background-color: rgb(36,189,174); }

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

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

 span { border-color: rgb(36,189,174); }

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