Shades of Light Sea Green #24B0BB
Tints of Light Sea Green #24B0BB
RGB
CMYK
RGB Variations
Color information
#24B0BB (or 0x24B0BB) is known color: Light Sea Green. HEX triplet: 24, B0 and BB. RGB value is (36,176,187). Sum of RGB (Red+Green+Blue) = 36+176+187=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #24B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BB is #DB4F44. Grayscale: #878787. Windows color (decimal): -14372677 or 12300324. OLE color: 12300324.
HSL color Cylindrical-coordinate representation of color #24B0BB: hue angle of 184.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24B0BB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 176 | 187 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.27 |
| HSL | 184.37º | 0.68% | 0.44% | - |
| HSV(B) | 184.37º | 0.81% | 0.73% | - |
| XYZ | 25.22 | 35.01 | 52.44 | - |
| YUV | 135.39 | 157.12 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 187 | 0.81 | 0.06 | 0 | 0.27 | 184.37 | 0.68 | 0.44 |
| Hex | 24 | B0 | BB | 51 | 6 | 0 | 1B | B8 | 44 | 2C |
| Octal | 44 | 260 | 273 | 121 | 6 | 0 | 33 | 270 | 104 | 54 |
| Binary | 100100 | 10110000 | 10111011 | 1010001 | 110 | 0 | 11011 | 10111000 | 1000100 | 101100 |
Color Harmonies of #24B0BB
Complementary color
Monochromatic Colors of #24B0BB
Black with #24B0BB
Text Example
Text Example
White with #24B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B0BB; }
p { color: rgb(36,176,187); }
H1.HeaderClassName
{
color: #24B0BB;
}
.AnyTagClassName
{
color: #24B0BB;
}
</style>
background-color css
<style>
a { background-color: #24B0BB; }
a { background-color: rgb(36,176,187); }
div.DivClassName
{
background-color: #24B0BB;
}
.BgClassName
{
background-color: #24B0BB;
}
</style>
border-color css
<style>
span { border-color: #24B0BB; }
span { border-color: rgb(36,176,187); }
td.TdClassName
{
border-color: #24B0BB;
}
.TagClassName
{
border-color: #24B0BB;
}
</style>