Shades of Light Sea Green #24BCC4
Tints of Light Sea Green #24BCC4
RGB
CMYK
RGB Variations
Color information
#24BCC4 (or 0x24BCC4) is known color: Light Sea Green. HEX triplet: 24, BC and C4. RGB value is (36,188,196). Sum of RGB (Red+Green+Blue) = 36+188+196=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #24BCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCC4 is #DB433B. Grayscale: #8F8F8F. Windows color (decimal): -14369596 or 12893220. OLE color: 12893220.
HSL color Cylindrical-coordinate representation of color #24BCC4: hue angle of 183º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BCC4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 188 | 196 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.23 |
| HSL | 183º | 0.69% | 0.45% | - |
| HSV(B) | 183º | 0.82% | 0.77% | - |
| XYZ | 28.67 | 40.33 | 58.5 | - |
| YUV | 143.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 196 | 0.82 | 0.04 | 0 | 0.23 | 183 | 0.69 | 0.45 |
| Hex | 24 | BC | C4 | 52 | 4 | 0 | 17 | B7 | 45 | 2D |
| Octal | 44 | 274 | 304 | 122 | 4 | 0 | 27 | 267 | 105 | 55 |
| Binary | 100100 | 10111100 | 11000100 | 1010010 | 100 | 0 | 10111 | 10110111 | 1000101 | 101101 |
Color Harmonies of #24BCC4
Complementary color
Monochromatic Colors of #24BCC4
Black with #24BCC4
Text Example
Text Example
White with #24BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCC4; }
p { color: rgb(36,188,196); }
H1.HeaderClassName
{
color: #24BCC4;
}
.AnyTagClassName
{
color: #24BCC4;
}
</style>
background-color css
<style>
a { background-color: #24BCC4; }
a { background-color: rgb(36,188,196); }
div.DivClassName
{
background-color: #24BCC4;
}
.BgClassName
{
background-color: #24BCC4;
}
</style>
border-color css
<style>
span { border-color: #24BCC4; }
span { border-color: rgb(36,188,196); }
td.TdClassName
{
border-color: #24BCC4;
}
.TagClassName
{
border-color: #24BCC4;
}
</style>