Shades of Light Sea Green #24BEA0
Tints of Light Sea Green #24BEA0
RGB
CMYK
RGB Variations
Color information
#24BEA0 (or 0x24BEA0) is known color: Light Sea Green. HEX triplet: 24, BE and A0. RGB value is (36,190,160). Sum of RGB (Red+Green+Blue) = 36+190+160=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #24BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BEA0 is #DB415F. Grayscale: #8C8C8C. Windows color (decimal): -14369120 or 10534436. OLE color: 10534436.
HSL color Cylindrical-coordinate representation of color #24BEA0: hue angle of 168.31º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BEA0 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 190 | 160 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.25 |
| HSL | 168.31º | 0.68% | 0.44% | - |
| HSV(B) | 168.31º | 0.81% | 0.75% | - |
| XYZ | 25.49 | 39.74 | 39.59 | - |
| YUV | 140.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 190 | 160 | 0.81 | 0 | 0.16 | 0.25 | 168.31 | 0.68 | 0.44 |
| Hex | 24 | BE | A0 | 51 | 0 | 10 | 19 | A8 | 44 | 2C |
| Octal | 44 | 276 | 240 | 121 | 0 | 20 | 31 | 250 | 104 | 54 |
| Binary | 100100 | 10111110 | 10100000 | 1010001 | 0 | 10000 | 11001 | 10101000 | 1000100 | 101100 |
Color Harmonies of #24BEA0
Complementary color
Monochromatic Colors of #24BEA0
Black with #24BEA0
Text Example
Text Example
White with #24BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BEA0; }
p { color: rgb(36,190,160); }
H1.HeaderClassName
{
color: #24BEA0;
}
.AnyTagClassName
{
color: #24BEA0;
}
</style>
background-color css
<style>
a { background-color: #24BEA0; }
a { background-color: rgb(36,190,160); }
div.DivClassName
{
background-color: #24BEA0;
}
.BgClassName
{
background-color: #24BEA0;
}
</style>
border-color css
<style>
span { border-color: #24BEA0; }
span { border-color: rgb(36,190,160); }
td.TdClassName
{
border-color: #24BEA0;
}
.TagClassName
{
border-color: #24BEA0;
}
</style>