Shades of Light Sea Green #28AAA0
Tints of Light Sea Green #28AAA0
RGB
CMYK
RGB Variations
Color information
#28AAA0 (or 0x28AAA0) is known color: Light Sea Green. HEX triplet: 28, AA and A0. RGB value is (40,170,160). Sum of RGB (Red+Green+Blue) = 40+170+160=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #28AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAA0 is #D7555F. Grayscale: #818181. Windows color (decimal): -14112096 or 10529320. OLE color: 10529320.
HSL color Cylindrical-coordinate representation of color #28AAA0: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AAA0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 160 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.33 |
| HSL | 175.38º | 0.62% | 0.41% | - |
| HSV(B) | 175.38º | 0.76% | 0.67% | - |
| XYZ | 21.59 | 31.74 | 38.25 | - |
| YUV | 129.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 160 | 0.76 | 0 | 0.06 | 0.33 | 175.38 | 0.62 | 0.41 |
| Hex | 28 | AA | A0 | 4C | 0 | 6 | 21 | AF | 3E | 29 |
| Octal | 50 | 252 | 240 | 114 | 0 | 6 | 41 | 257 | 76 | 51 |
| Binary | 101000 | 10101010 | 10100000 | 1001100 | 0 | 110 | 100001 | 10101111 | 111110 | 101001 |
Color Harmonies of #28AAA0
Complementary color
Monochromatic Colors of #28AAA0
Black with #28AAA0
Text Example
Text Example
White with #28AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAA0; }
p { color: rgb(40,170,160); }
H1.HeaderClassName
{
color: #28AAA0;
}
.AnyTagClassName
{
color: #28AAA0;
}
</style>
background-color css
<style>
a { background-color: #28AAA0; }
a { background-color: rgb(40,170,160); }
div.DivClassName
{
background-color: #28AAA0;
}
.BgClassName
{
background-color: #28AAA0;
}
</style>
border-color css
<style>
span { border-color: #28AAA0; }
span { border-color: rgb(40,170,160); }
td.TdClassName
{
border-color: #28AAA0;
}
.TagClassName
{
border-color: #28AAA0;
}
</style>