Shades of Light Sea Green #28AE9F
Tints of Light Sea Green #28AE9F
RGB
CMYK
RGB Variations
Color information
#28AE9F (or 0x28AE9F) is known color: Light Sea Green. HEX triplet: 28, AE and 9F. RGB value is (40,174,159). Sum of RGB (Red+Green+Blue) = 40+174+159=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE9F is #D75160. Grayscale: #848484. Windows color (decimal): -14111073 or 10464808. OLE color: 10464808.
HSL color Cylindrical-coordinate representation of color #28AE9F: hue angle of 173.28º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE9F is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 159 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.32 |
| HSL | 173.28º | 0.63% | 0.42% | - |
| HSV(B) | 173.28º | 0.77% | 0.68% | - |
| XYZ | 22.27 | 33.23 | 38.04 | - |
| YUV | 132.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 159 | 0.77 | 0 | 0.09 | 0.32 | 173.28 | 0.63 | 0.42 |
| Hex | 28 | AE | 9F | 4D | 0 | 9 | 20 | AD | 3F | 2A |
| Octal | 50 | 256 | 237 | 115 | 0 | 11 | 40 | 255 | 77 | 52 |
| Binary | 101000 | 10101110 | 10011111 | 1001101 | 0 | 1001 | 100000 | 10101101 | 111111 | 101010 |
Color Harmonies of #28AE9F
Complementary color
Monochromatic Colors of #28AE9F
Black with #28AE9F
Text Example
Text Example
White with #28AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE9F; }
p { color: rgb(40,174,159); }
H1.HeaderClassName
{
color: #28AE9F;
}
.AnyTagClassName
{
color: #28AE9F;
}
</style>
background-color css
<style>
a { background-color: #28AE9F; }
a { background-color: rgb(40,174,159); }
div.DivClassName
{
background-color: #28AE9F;
}
.BgClassName
{
background-color: #28AE9F;
}
</style>
border-color css
<style>
span { border-color: #28AE9F; }
span { border-color: rgb(40,174,159); }
td.TdClassName
{
border-color: #28AE9F;
}
.TagClassName
{
border-color: #28AE9F;
}
</style>