Shades of Light Sea Green #24B0BC
Tints of Light Sea Green #24B0BC
RGB
CMYK
RGB Variations
Color information
#24B0BC (or 0x24B0BC) is known color: Light Sea Green. HEX triplet: 24, B0 and BC. RGB value is (36,176,188). Sum of RGB (Red+Green+Blue) = 36+176+188=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #24B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BC is #DB4F43. Grayscale: #878787. Windows color (decimal): -14372676 or 12365860. OLE color: 12365860.
HSL color Cylindrical-coordinate representation of color #24B0BC: hue angle of 184.74º 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 #24B0BC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 176 | 188 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.26 |
| HSL | 184.74º | 0.68% | 0.44% | - |
| HSV(B) | 184.74º | 0.81% | 0.74% | - |
| XYZ | 25.33 | 35.06 | 53.01 | - |
| YUV | 135.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 188 | 0.81 | 0.06 | 0 | 0.26 | 184.74 | 0.68 | 0.44 |
| Hex | 24 | B0 | BC | 51 | 6 | 0 | 1A | B9 | 44 | 2C |
| Octal | 44 | 260 | 274 | 121 | 6 | 0 | 32 | 271 | 104 | 54 |
| Binary | 100100 | 10110000 | 10111100 | 1010001 | 110 | 0 | 11010 | 10111001 | 1000100 | 101100 |
Color Harmonies of #24B0BC
Complementary color
Monochromatic Colors of #24B0BC
Black with #24B0BC
Text Example
Text Example
White with #24B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B0BC; }
p { color: rgb(36,176,188); }
H1.HeaderClassName
{
color: #24B0BC;
}
.AnyTagClassName
{
color: #24B0BC;
}
</style>
background-color css
<style>
a { background-color: #24B0BC; }
a { background-color: rgb(36,176,188); }
div.DivClassName
{
background-color: #24B0BC;
}
.BgClassName
{
background-color: #24B0BC;
}
</style>
border-color css
<style>
span { border-color: #24B0BC; }
span { border-color: rgb(36,176,188); }
td.TdClassName
{
border-color: #24B0BC;
}
.TagClassName
{
border-color: #24B0BC;
}
</style>