Shades of Light Sea Green #24B2BA
Tints of Light Sea Green #24B2BA
RGB
CMYK
RGB Variations
Color information
#24B2BA (or 0x24B2BA) is known color: Light Sea Green. HEX triplet: 24, B2 and BA. RGB value is (36,178,186). Sum of RGB (Red+Green+Blue) = 36+178+186=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #24B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B2BA is #DB4D45. Grayscale: #888888. Windows color (decimal): -14372166 or 12235300. OLE color: 12235300.
HSL color Cylindrical-coordinate representation of color #24B2BA: hue angle of 183.2º 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 #24B2BA is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 178 | 186 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.27 |
| HSL | 183.2º | 0.68% | 0.44% | - |
| HSV(B) | 183.2º | 0.81% | 0.73% | - |
| XYZ | 25.51 | 35.76 | 52.01 | - |
| YUV | 136.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 186 | 0.81 | 0.04 | 0 | 0.27 | 183.2 | 0.68 | 0.44 |
| Hex | 24 | B2 | BA | 51 | 4 | 0 | 1B | B7 | 44 | 2C |
| Octal | 44 | 262 | 272 | 121 | 4 | 0 | 33 | 267 | 104 | 54 |
| Binary | 100100 | 10110010 | 10111010 | 1010001 | 100 | 0 | 11011 | 10110111 | 1000100 | 101100 |
Color Harmonies of #24B2BA
Complementary color
Monochromatic Colors of #24B2BA
Black with #24B2BA
Text Example
Text Example
White with #24B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B2BA; }
p { color: rgb(36,178,186); }
H1.HeaderClassName
{
color: #24B2BA;
}
.AnyTagClassName
{
color: #24B2BA;
}
</style>
background-color css
<style>
a { background-color: #24B2BA; }
a { background-color: rgb(36,178,186); }
div.DivClassName
{
background-color: #24B2BA;
}
.BgClassName
{
background-color: #24B2BA;
}
</style>
border-color css
<style>
span { border-color: #24B2BA; }
span { border-color: rgb(36,178,186); }
td.TdClassName
{
border-color: #24B2BA;
}
.TagClassName
{
border-color: #24B2BA;
}
</style>