Shades of Light Sea Green #28C0AA
Tints of Light Sea Green #28C0AA
RGB
CMYK
RGB Variations
Color information
#28C0AA (or 0x28C0AA) is known color: Light Sea Green. HEX triplet: 28, C0 and AA. RGB value is (40,192,170). Sum of RGB (Red+Green+Blue) = 40+192+170=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #28C0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C0AA is #D73F55. Grayscale: #8F8F8F. Windows color (decimal): -14106454 or 11190312. OLE color: 11190312.
HSL color Cylindrical-coordinate representation of color #28C0AA: hue angle of 171.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C0AA is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 170 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.25 |
| HSL | 171.32º | 0.66% | 0.45% | - |
| HSV(B) | 171.32º | 0.79% | 0.75% | - |
| XYZ | 26.98 | 41.05 | 44.53 | - |
| YUV | 144.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 170 | 0.79 | 0 | 0.11 | 0.25 | 171.32 | 0.66 | 0.45 |
| Hex | 28 | C0 | AA | 4F | 0 | B | 19 | AB | 42 | 2D |
| Octal | 50 | 300 | 252 | 117 | 0 | 13 | 31 | 253 | 102 | 55 |
| Binary | 101000 | 11000000 | 10101010 | 1001111 | 0 | 1011 | 11001 | 10101011 | 1000010 | 101101 |
Color Harmonies of #28C0AA
Complementary color
Monochromatic Colors of #28C0AA
Black with #28C0AA
Text Example
Text Example
White with #28C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C0AA; }
p { color: rgb(40,192,170); }
H1.HeaderClassName
{
color: #28C0AA;
}
.AnyTagClassName
{
color: #28C0AA;
}
</style>
background-color css
<style>
a { background-color: #28C0AA; }
a { background-color: rgb(40,192,170); }
div.DivClassName
{
background-color: #28C0AA;
}
.BgClassName
{
background-color: #28C0AA;
}
</style>
border-color css
<style>
span { border-color: #28C0AA; }
span { border-color: rgb(40,192,170); }
td.TdClassName
{
border-color: #28C0AA;
}
.TagClassName
{
border-color: #28C0AA;
}
</style>