Shades of Light Sea Green #28C5AB
Tints of Light Sea Green #28C5AB
RGB
CMYK
RGB Variations
Color information
#28C5AB (or 0x28C5AB) is known color: Light Sea Green. HEX triplet: 28, C5 and AB. RGB value is (40,197,171). Sum of RGB (Red+Green+Blue) = 40+197+171=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #28C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C5AB is #D73A54. Grayscale: #939393. Windows color (decimal): -14105173 or 11257128. OLE color: 11257128.
HSL color Cylindrical-coordinate representation of color #28C5AB: hue angle of 170.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C5AB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 171 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.23 |
| HSL | 170.06º | 0.66% | 0.46% | - |
| HSV(B) | 170.06º | 0.8% | 0.77% | - |
| XYZ | 28.19 | 43.32 | 45.4 | - |
| YUV | 147.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 171 | 0.80 | 0 | 0.13 | 0.23 | 170.06 | 0.66 | 0.46 |
| Hex | 28 | C5 | AB | 50 | 0 | D | 17 | AA | 42 | 2E |
| Octal | 50 | 305 | 253 | 120 | 0 | 15 | 27 | 252 | 102 | 56 |
| Binary | 101000 | 11000101 | 10101011 | 1010000 | 0 | 1101 | 10111 | 10101010 | 1000010 | 101110 |
Color Harmonies of #28C5AB
Complementary color
Monochromatic Colors of #28C5AB
Black with #28C5AB
Text Example
Text Example
White with #28C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C5AB; }
p { color: rgb(40,197,171); }
H1.HeaderClassName
{
color: #28C5AB;
}
.AnyTagClassName
{
color: #28C5AB;
}
</style>
background-color css
<style>
a { background-color: #28C5AB; }
a { background-color: rgb(40,197,171); }
div.DivClassName
{
background-color: #28C5AB;
}
.BgClassName
{
background-color: #28C5AB;
}
</style>
border-color css
<style>
span { border-color: #28C5AB; }
span { border-color: rgb(40,197,171); }
td.TdClassName
{
border-color: #28C5AB;
}
.TagClassName
{
border-color: #28C5AB;
}
</style>