Shades of Light Sea Green #24BFB4
Tints of Light Sea Green #24BFB4
RGB
CMYK
RGB Variations
Color information
#24BFB4 (or 0x24BFB4) is known color: Light Sea Green. HEX triplet: 24, BF and B4. RGB value is (36,191,180). Sum of RGB (Red+Green+Blue) = 36+191+180=407 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.85% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFB4 is #DB404B. Grayscale: #8F8F8F. Windows color (decimal): -14368844 or 11845412. OLE color: 11845412.
HSL color Cylindrical-coordinate representation of color #24BFB4: hue angle of 175.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BFB4 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 180 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.25 |
| HSL | 175.74º | 0.68% | 0.45% | - |
| HSV(B) | 175.74º | 0.81% | 0.75% | - |
| XYZ | 27.6 | 40.93 | 49.63 | - |
| YUV | 143.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 180 | 0.81 | 0 | 0.06 | 0.25 | 175.74 | 0.68 | 0.45 |
| Hex | 24 | BF | B4 | 51 | 0 | 6 | 19 | B0 | 44 | 2D |
| Octal | 44 | 277 | 264 | 121 | 0 | 6 | 31 | 260 | 104 | 55 |
| Binary | 100100 | 10111111 | 10110100 | 1010001 | 0 | 110 | 11001 | 10110000 | 1000100 | 101101 |
Color Harmonies of #24BFB4
Complementary color
Monochromatic Colors of #24BFB4
Black with #24BFB4
Text Example
Text Example
White with #24BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFB4; }
p { color: rgb(36,191,180); }
H1.HeaderClassName
{
color: #24BFB4;
}
.AnyTagClassName
{
color: #24BFB4;
}
</style>
background-color css
<style>
a { background-color: #24BFB4; }
a { background-color: rgb(36,191,180); }
div.DivClassName
{
background-color: #24BFB4;
}
.BgClassName
{
background-color: #24BFB4;
}
</style>
border-color css
<style>
span { border-color: #24BFB4; }
span { border-color: rgb(36,191,180); }
td.TdClassName
{
border-color: #24BFB4;
}
.TagClassName
{
border-color: #24BFB4;
}
</style>