Shades of Light Sea Green #28AAA1
Tints of Light Sea Green #28AAA1
RGB
CMYK
RGB Variations
Color information
#28AAA1 (or 0x28AAA1) is known color: Light Sea Green. HEX triplet: 28, AA and A1. RGB value is (40,170,161). Sum of RGB (Red+Green+Blue) = 40+170+161=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #28AAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAA1 is #D7555E. Grayscale: #828282. Windows color (decimal): -14112095 or 10594856. OLE color: 10594856.
HSL color Cylindrical-coordinate representation of color #28AAA1: hue angle of 175.85º 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 #28AAA1 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 161 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.33 |
| HSL | 175.85º | 0.62% | 0.41% | - |
| HSV(B) | 175.85º | 0.76% | 0.67% | - |
| XYZ | 21.68 | 31.77 | 38.71 | - |
| YUV | 130.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 161 | 0.76 | 0 | 0.05 | 0.33 | 175.85 | 0.62 | 0.41 |
| Hex | 28 | AA | A1 | 4C | 0 | 5 | 21 | B0 | 3E | 29 |
| Octal | 50 | 252 | 241 | 114 | 0 | 5 | 41 | 260 | 76 | 51 |
| Binary | 101000 | 10101010 | 10100001 | 1001100 | 0 | 101 | 100001 | 10110000 | 111110 | 101001 |
Color Harmonies of #28AAA1
Complementary color
Monochromatic Colors of #28AAA1
Black with #28AAA1
Text Example
Text Example
White with #28AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAA1; }
p { color: rgb(40,170,161); }
H1.HeaderClassName
{
color: #28AAA1;
}
.AnyTagClassName
{
color: #28AAA1;
}
</style>
background-color css
<style>
a { background-color: #28AAA1; }
a { background-color: rgb(40,170,161); }
div.DivClassName
{
background-color: #28AAA1;
}
.BgClassName
{
background-color: #28AAA1;
}
</style>
border-color css
<style>
span { border-color: #28AAA1; }
span { border-color: rgb(40,170,161); }
td.TdClassName
{
border-color: #28AAA1;
}
.TagClassName
{
border-color: #28AAA1;
}
</style>