Shades of Light Sea Green #28C8AE
Tints of Light Sea Green #28C8AE
RGB
CMYK
RGB Variations
Color information
#28C8AE (or 0x28C8AE) is known color: Light Sea Green. HEX triplet: 28, C8 and AE. RGB value is (40,200,174). Sum of RGB (Red+Green+Blue) = 40+200+174=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #28C8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C8AE is #D73751. Grayscale: #959595. Windows color (decimal): -14104402 or 11454504. OLE color: 11454504.
HSL color Cylindrical-coordinate representation of color #28C8AE: hue angle of 170.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C8AE is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 174 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.22 |
| HSL | 170.25º | 0.67% | 0.47% | - |
| HSV(B) | 170.25º | 0.8% | 0.78% | - |
| XYZ | 29.17 | 44.82 | 47.16 | - |
| YUV | 149.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 174 | 0.8 | 0 | 0.13 | 0.22 | 170.25 | 0.67 | 0.47 |
| Hex | 28 | C8 | AE | 50 | 0 | D | 16 | AA | 43 | 2F |
| Octal | 50 | 310 | 256 | 120 | 0 | 15 | 26 | 252 | 103 | 57 |
| Binary | 101000 | 11001000 | 10101110 | 1010000 | 0 | 1101 | 10110 | 10101010 | 1000011 | 101111 |
Color Harmonies of #28C8AE
Complementary color
Monochromatic Colors of #28C8AE
Black with #28C8AE
Text Example
Text Example
White with #28C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C8AE; }
p { color: rgb(40,200,174); }
H1.HeaderClassName
{
color: #28C8AE;
}
.AnyTagClassName
{
color: #28C8AE;
}
</style>
background-color css
<style>
a { background-color: #28C8AE; }
a { background-color: rgb(40,200,174); }
div.DivClassName
{
background-color: #28C8AE;
}
.BgClassName
{
background-color: #28C8AE;
}
</style>
border-color css
<style>
span { border-color: #28C8AE; }
span { border-color: rgb(40,200,174); }
td.TdClassName
{
border-color: #28C8AE;
}
.TagClassName
{
border-color: #28C8AE;
}
</style>