Shades of Light Sea Green #28AAAE
Tints of Light Sea Green #28AAAE
RGB
CMYK
RGB Variations
Color information
#28AAAE (or 0x28AAAE) is known color: Light Sea Green. HEX triplet: 28, AA and AE. RGB value is (40,170,174). Sum of RGB (Red+Green+Blue) = 40+170+174=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #28AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAAE is #D75551. Grayscale: #838383. Windows color (decimal): -14112082 or 11446824. OLE color: 11446824.
HSL color Cylindrical-coordinate representation of color #28AAAE: hue angle of 181.79º 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 #28AAAE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 170 | 174 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.32 |
| HSL | 181.79º | 0.63% | 0.42% | - |
| HSV(B) | 181.79º | 0.77% | 0.68% | - |
| XYZ | 22.89 | 32.26 | 45.06 | - |
| YUV | 131.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 174 | 0.77 | 0.02 | 0 | 0.32 | 181.79 | 0.63 | 0.42 |
| Hex | 28 | AA | AE | 4D | 2 | 0 | 20 | B6 | 3F | 2A |
| Octal | 50 | 252 | 256 | 115 | 2 | 0 | 40 | 266 | 77 | 52 |
| Binary | 101000 | 10101010 | 10101110 | 1001101 | 10 | 0 | 100000 | 10110110 | 111111 | 101010 |
Color Harmonies of #28AAAE
Complementary color
Monochromatic Colors of #28AAAE
Black with #28AAAE
Text Example
Text Example
White with #28AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAAE; }
p { color: rgb(40,170,174); }
H1.HeaderClassName
{
color: #28AAAE;
}
.AnyTagClassName
{
color: #28AAAE;
}
</style>
background-color css
<style>
a { background-color: #28AAAE; }
a { background-color: rgb(40,170,174); }
div.DivClassName
{
background-color: #28AAAE;
}
.BgClassName
{
background-color: #28AAAE;
}
</style>
border-color css
<style>
span { border-color: #28AAAE; }
span { border-color: rgb(40,170,174); }
td.TdClassName
{
border-color: #28AAAE;
}
.TagClassName
{
border-color: #28AAAE;
}
</style>