Shades of Light Sea Green #24B0BD
Tints of Light Sea Green #24B0BD
RGB
CMYK
RGB Variations
Color information
#24B0BD (or 0x24B0BD) is known color: Light Sea Green. HEX triplet: 24, B0 and BD. RGB value is (36,176,189). Sum of RGB (Red+Green+Blue) = 36+176+189=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #24B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BD is #DB4F42. Grayscale: #878787. Windows color (decimal): -14372675 or 12431396. OLE color: 12431396.
HSL color Cylindrical-coordinate representation of color #24B0BD: hue angle of 185.1º 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 #24B0BD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 176 | 189 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.26 |
| HSL | 185.1º | 0.68% | 0.44% | - |
| HSV(B) | 185.1º | 0.81% | 0.74% | - |
| XYZ | 25.44 | 35.1 | 53.58 | - |
| YUV | 135.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 189 | 0.81 | 0.07 | 0 | 0.26 | 185.1 | 0.68 | 0.44 |
| Hex | 24 | B0 | BD | 51 | 7 | 0 | 1A | B9 | 44 | 2C |
| Octal | 44 | 260 | 275 | 121 | 7 | 0 | 32 | 271 | 104 | 54 |
| Binary | 100100 | 10110000 | 10111101 | 1010001 | 111 | 0 | 11010 | 10111001 | 1000100 | 101100 |
Color Harmonies of #24B0BD
Complementary color
Monochromatic Colors of #24B0BD
Black with #24B0BD
Text Example
Text Example
White with #24B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B0BD; }
p { color: rgb(36,176,189); }
H1.HeaderClassName
{
color: #24B0BD;
}
.AnyTagClassName
{
color: #24B0BD;
}
</style>
background-color css
<style>
a { background-color: #24B0BD; }
a { background-color: rgb(36,176,189); }
div.DivClassName
{
background-color: #24B0BD;
}
.BgClassName
{
background-color: #24B0BD;
}
</style>
border-color css
<style>
span { border-color: #24B0BD; }
span { border-color: rgb(36,176,189); }
td.TdClassName
{
border-color: #24B0BD;
}
.TagClassName
{
border-color: #24B0BD;
}
</style>