Shades of Light Sea Green #24BCAC
Tints of Light Sea Green #24BCAC
RGB
CMYK
RGB Variations
Color information
#24BCAC (or 0x24BCAC) is known color: Light Sea Green. HEX triplet: 24, BC and AC. RGB value is (36,188,172). Sum of RGB (Red+Green+Blue) = 36+188+172=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCAC is #DB4353. Grayscale: #8C8C8C. Windows color (decimal): -14369620 or 11320356. OLE color: 11320356.
HSL color Cylindrical-coordinate representation of color #24BCAC: hue angle of 173.68º 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 #24BCAC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 172 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.26 |
| HSL | 173.68º | 0.68% | 0.44% | - |
| HSV(B) | 173.68º | 0.81% | 0.74% | - |
| XYZ | 26.16 | 39.32 | 45.24 | - |
| YUV | 140.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 172 | 0.81 | 0 | 0.09 | 0.26 | 173.68 | 0.68 | 0.44 |
| Hex | 24 | BC | AC | 51 | 0 | 9 | 1A | AE | 44 | 2C |
| Octal | 44 | 274 | 254 | 121 | 0 | 11 | 32 | 256 | 104 | 54 |
| Binary | 100100 | 10111100 | 10101100 | 1010001 | 0 | 1001 | 11010 | 10101110 | 1000100 | 101100 |
Color Harmonies of #24BCAC
Complementary color
Monochromatic Colors of #24BCAC
Black with #24BCAC
Text Example
Text Example
White with #24BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCAC; }
p { color: rgb(36,188,172); }
H1.HeaderClassName
{
color: #24BCAC;
}
.AnyTagClassName
{
color: #24BCAC;
}
</style>
background-color css
<style>
a { background-color: #24BCAC; }
a { background-color: rgb(36,188,172); }
div.DivClassName
{
background-color: #24BCAC;
}
.BgClassName
{
background-color: #24BCAC;
}
</style>
border-color css
<style>
span { border-color: #24BCAC; }
span { border-color: rgb(36,188,172); }
td.TdClassName
{
border-color: #24BCAC;
}
.TagClassName
{
border-color: #24BCAC;
}
</style>