Shades of Light Sea Green #28C2AD
Tints of Light Sea Green #28C2AD
RGB
CMYK
RGB Variations
Color information
#28C2AD (or 0x28C2AD) is known color: Light Sea Green. HEX triplet: 28, C2 and AD. RGB value is (40,194,173). Sum of RGB (Red+Green+Blue) = 40+194+173=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C2AD is #D73D52. Grayscale: #919191. Windows color (decimal): -14105939 or 11387432. OLE color: 11387432.
HSL color Cylindrical-coordinate representation of color #28C2AD: hue angle of 171.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C2AD is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 173 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.24 |
| HSL | 171.82º | 0.66% | 0.46% | - |
| HSV(B) | 171.82º | 0.79% | 0.76% | - |
| XYZ | 27.71 | 42.05 | 46.19 | - |
| YUV | 145.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 173 | 0.79 | 0 | 0.11 | 0.24 | 171.82 | 0.66 | 0.46 |
| Hex | 28 | C2 | AD | 4F | 0 | B | 18 | AC | 42 | 2E |
| Octal | 50 | 302 | 255 | 117 | 0 | 13 | 30 | 254 | 102 | 56 |
| Binary | 101000 | 11000010 | 10101101 | 1001111 | 0 | 1011 | 11000 | 10101100 | 1000010 | 101110 |
Color Harmonies of #28C2AD
Complementary color
Monochromatic Colors of #28C2AD
Black with #28C2AD
Text Example
Text Example
White with #28C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C2AD; }
p { color: rgb(40,194,173); }
H1.HeaderClassName
{
color: #28C2AD;
}
.AnyTagClassName
{
color: #28C2AD;
}
</style>
background-color css
<style>
a { background-color: #28C2AD; }
a { background-color: rgb(40,194,173); }
div.DivClassName
{
background-color: #28C2AD;
}
.BgClassName
{
background-color: #28C2AD;
}
</style>
border-color css
<style>
span { border-color: #28C2AD; }
span { border-color: rgb(40,194,173); }
td.TdClassName
{
border-color: #28C2AD;
}
.TagClassName
{
border-color: #28C2AD;
}
</style>