Shades of Light Sea Green #28AAA6
Tints of Light Sea Green #28AAA6
RGB
CMYK
RGB Variations
Color information
#28AAA6 (or 0x28AAA6) is known color: Light Sea Green. HEX triplet: 28, AA and A6. RGB value is (40,170,166). Sum of RGB (Red+Green+Blue) = 40+170+166=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #28AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAA6 is #D75559. Grayscale: #828282. Windows color (decimal): -14112090 or 10922536. OLE color: 10922536.
HSL color Cylindrical-coordinate representation of color #28AAA6: hue angle of 178.15º 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 #28AAA6 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 166 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.33 |
| HSL | 178.15º | 0.62% | 0.41% | - |
| HSV(B) | 178.15º | 0.76% | 0.67% | - |
| XYZ | 22.13 | 31.95 | 41.08 | - |
| YUV | 130.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 166 | 0.76 | 0 | 0.02 | 0.33 | 178.15 | 0.62 | 0.41 |
| Hex | 28 | AA | A6 | 4C | 0 | 2 | 21 | B2 | 3E | 29 |
| Octal | 50 | 252 | 246 | 114 | 0 | 2 | 41 | 262 | 76 | 51 |
| Binary | 101000 | 10101010 | 10100110 | 1001100 | 0 | 10 | 100001 | 10110010 | 111110 | 101001 |
Color Harmonies of #28AAA6
Complementary color
Monochromatic Colors of #28AAA6
Black with #28AAA6
Text Example
Text Example
White with #28AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAA6; }
p { color: rgb(40,170,166); }
H1.HeaderClassName
{
color: #28AAA6;
}
.AnyTagClassName
{
color: #28AAA6;
}
</style>
background-color css
<style>
a { background-color: #28AAA6; }
a { background-color: rgb(40,170,166); }
div.DivClassName
{
background-color: #28AAA6;
}
.BgClassName
{
background-color: #28AAA6;
}
</style>
border-color css
<style>
span { border-color: #28AAA6; }
span { border-color: rgb(40,170,166); }
td.TdClassName
{
border-color: #28AAA6;
}
.TagClassName
{
border-color: #28AAA6;
}
</style>