Shades of Light Sea Green #24B6BC
Tints of Light Sea Green #24B6BC
RGB
CMYK
RGB Variations
Color information
#24B6BC (or 0x24B6BC) is known color: Light Sea Green. HEX triplet: 24, B6 and BC. RGB value is (36,182,188). Sum of RGB (Red+Green+Blue) = 36+182+188=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #24B6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24B6BC is #DB4943. Grayscale: #8A8A8A. Windows color (decimal): -14371140 or 12367396. OLE color: 12367396.
HSL color Cylindrical-coordinate representation of color #24B6BC: hue angle of 182.37º 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 #24B6BC is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 182 | 188 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.26 |
| HSL | 182.37º | 0.68% | 0.44% | - |
| HSV(B) | 182.37º | 0.81% | 0.74% | - |
| XYZ | 26.53 | 37.46 | 53.41 | - |
| YUV | 139.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 182 | 188 | 0.81 | 0.03 | 0 | 0.26 | 182.37 | 0.68 | 0.44 |
| Hex | 24 | B6 | BC | 51 | 3 | 0 | 1A | B6 | 44 | 2C |
| Octal | 44 | 266 | 274 | 121 | 3 | 0 | 32 | 266 | 104 | 54 |
| Binary | 100100 | 10110110 | 10111100 | 1010001 | 11 | 0 | 11010 | 10110110 | 1000100 | 101100 |
Color Harmonies of #24B6BC
Complementary color
Monochromatic Colors of #24B6BC
Black with #24B6BC
Text Example
Text Example
White with #24B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B6BC; }
p { color: rgb(36,182,188); }
H1.HeaderClassName
{
color: #24B6BC;
}
.AnyTagClassName
{
color: #24B6BC;
}
</style>
background-color css
<style>
a { background-color: #24B6BC; }
a { background-color: rgb(36,182,188); }
div.DivClassName
{
background-color: #24B6BC;
}
.BgClassName
{
background-color: #24B6BC;
}
</style>
border-color css
<style>
span { border-color: #24B6BC; }
span { border-color: rgb(36,182,188); }
td.TdClassName
{
border-color: #24B6BC;
}
.TagClassName
{
border-color: #24B6BC;
}
</style>