Shades of Light Sea Green #28ABAE
Tints of Light Sea Green #28ABAE
RGB
CMYK
RGB Variations
Color information
#28ABAE (or 0x28ABAE) is known color: Light Sea Green. HEX triplet: 28, AB and AE. RGB value is (40,171,174). Sum of RGB (Red+Green+Blue) = 40+171+174=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #28ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ABAE is #D75451. Grayscale: #848484. Windows color (decimal): -14111826 or 11447080. OLE color: 11447080.
HSL color Cylindrical-coordinate representation of color #28ABAE: hue angle of 181.34º 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 #28ABAE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 171 | 174 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.32 |
| HSL | 181.34º | 0.63% | 0.42% | - |
| HSV(B) | 181.34º | 0.77% | 0.68% | - |
| XYZ | 23.08 | 32.63 | 45.13 | - |
| YUV | 132.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 174 | 0.77 | 0.02 | 0 | 0.32 | 181.34 | 0.63 | 0.42 |
| Hex | 28 | AB | AE | 4D | 2 | 0 | 20 | B5 | 3F | 2A |
| Octal | 50 | 253 | 256 | 115 | 2 | 0 | 40 | 265 | 77 | 52 |
| Binary | 101000 | 10101011 | 10101110 | 1001101 | 10 | 0 | 100000 | 10110101 | 111111 | 101010 |
Color Harmonies of #28ABAE
Complementary color
Monochromatic Colors of #28ABAE
Black with #28ABAE
Text Example
Text Example
White with #28ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABAE; }
p { color: rgb(40,171,174); }
H1.HeaderClassName
{
color: #28ABAE;
}
.AnyTagClassName
{
color: #28ABAE;
}
</style>
background-color css
<style>
a { background-color: #28ABAE; }
a { background-color: rgb(40,171,174); }
div.DivClassName
{
background-color: #28ABAE;
}
.BgClassName
{
background-color: #28ABAE;
}
</style>
border-color css
<style>
span { border-color: #28ABAE; }
span { border-color: rgb(40,171,174); }
td.TdClassName
{
border-color: #28ABAE;
}
.TagClassName
{
border-color: #28ABAE;
}
</style>