Shades of Light Sea Green #28C5AD
Tints of Light Sea Green #28C5AD
RGB
CMYK
RGB Variations
Color information
#28C5AD (or 0x28C5AD) is known color: Light Sea Green. HEX triplet: 28, C5 and AD. RGB value is (40,197,173). Sum of RGB (Red+Green+Blue) = 40+197+173=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #28C5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C5AD is #D73A52. Grayscale: #939393. Windows color (decimal): -14105171 or 11388200. OLE color: 11388200.
HSL color Cylindrical-coordinate representation of color #28C5AD: hue angle of 170.83º 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 #28C5AD is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 173 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.23 |
| HSL | 170.83º | 0.66% | 0.46% | - |
| HSV(B) | 170.83º | 0.8% | 0.77% | - |
| XYZ | 28.38 | 43.4 | 46.42 | - |
| YUV | 147.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 173 | 0.80 | 0 | 0.12 | 0.23 | 170.83 | 0.66 | 0.46 |
| Hex | 28 | C5 | AD | 50 | 0 | C | 17 | AB | 42 | 2E |
| Octal | 50 | 305 | 255 | 120 | 0 | 14 | 27 | 253 | 102 | 56 |
| Binary | 101000 | 11000101 | 10101101 | 1010000 | 0 | 1100 | 10111 | 10101011 | 1000010 | 101110 |
Color Harmonies of #28C5AD
Complementary color
Monochromatic Colors of #28C5AD
Black with #28C5AD
Text Example
Text Example
White with #28C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C5AD; }
p { color: rgb(40,197,173); }
H1.HeaderClassName
{
color: #28C5AD;
}
.AnyTagClassName
{
color: #28C5AD;
}
</style>
background-color css
<style>
a { background-color: #28C5AD; }
a { background-color: rgb(40,197,173); }
div.DivClassName
{
background-color: #28C5AD;
}
.BgClassName
{
background-color: #28C5AD;
}
</style>
border-color css
<style>
span { border-color: #28C5AD; }
span { border-color: rgb(40,197,173); }
td.TdClassName
{
border-color: #28C5AD;
}
.TagClassName
{
border-color: #28C5AD;
}
</style>