Shades of Light Sea Green #24BAA3
Tints of Light Sea Green #24BAA3
RGB
CMYK
RGB Variations
Color information
#24BAA3 (or 0x24BAA3) is known color: Light Sea Green. HEX triplet: 24, BA and A3. RGB value is (36,186,163). Sum of RGB (Red+Green+Blue) = 36+186+163=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BAA3 is #DB455C. Grayscale: #8A8A8A. Windows color (decimal): -14370141 or 10730020. OLE color: 10730020.
HSL color Cylindrical-coordinate representation of color #24BAA3: hue angle of 170.8º 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 #24BAA3 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 163 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.27 |
| HSL | 170.8º | 0.68% | 0.44% | - |
| HSV(B) | 170.8º | 0.81% | 0.73% | - |
| XYZ | 24.9 | 38.14 | 40.7 | - |
| YUV | 138.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 163 | 0.81 | 0 | 0.12 | 0.27 | 170.8 | 0.68 | 0.44 |
| Hex | 24 | BA | A3 | 51 | 0 | C | 1B | AB | 44 | 2C |
| Octal | 44 | 272 | 243 | 121 | 0 | 14 | 33 | 253 | 104 | 54 |
| Binary | 100100 | 10111010 | 10100011 | 1010001 | 0 | 1100 | 11011 | 10101011 | 1000100 | 101100 |
Color Harmonies of #24BAA3
Complementary color
Monochromatic Colors of #24BAA3
Black with #24BAA3
Text Example
Text Example
White with #24BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BAA3; }
p { color: rgb(36,186,163); }
H1.HeaderClassName
{
color: #24BAA3;
}
.AnyTagClassName
{
color: #24BAA3;
}
</style>
background-color css
<style>
a { background-color: #24BAA3; }
a { background-color: rgb(36,186,163); }
div.DivClassName
{
background-color: #24BAA3;
}
.BgClassName
{
background-color: #24BAA3;
}
</style>
border-color css
<style>
span { border-color: #24BAA3; }
span { border-color: rgb(36,186,163); }
td.TdClassName
{
border-color: #24BAA3;
}
.TagClassName
{
border-color: #24BAA3;
}
</style>