Shades of Light Sea Green #28A6A1
Tints of Light Sea Green #28A6A1
RGB
CMYK
RGB Variations
Color information
#28A6A1 (or 0x28A6A1) is known color: Light Sea Green. HEX triplet: 28, A6 and A1. RGB value is (40,166,161). Sum of RGB (Red+Green+Blue) = 40+166+161=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #28A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6A1 is #D7595E. Grayscale: #7F7F7F. Windows color (decimal): -14113119 or 10593832. OLE color: 10593832.
HSL color Cylindrical-coordinate representation of color #28A6A1: hue angle of 177.62º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A6A1 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 161 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.35 |
| HSL | 177.62º | 0.61% | 0.4% | - |
| HSV(B) | 177.62º | 0.76% | 0.65% | - |
| XYZ | 20.94 | 30.3 | 38.46 | - |
| YUV | 127.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 161 | 0.76 | 0 | 0.03 | 0.35 | 177.62 | 0.61 | 0.4 |
| Hex | 28 | A6 | A1 | 4C | 0 | 3 | 23 | B2 | 3D | 28 |
| Octal | 50 | 246 | 241 | 114 | 0 | 3 | 43 | 262 | 75 | 50 |
| Binary | 101000 | 10100110 | 10100001 | 1001100 | 0 | 11 | 100011 | 10110010 | 111101 | 101000 |
Color Harmonies of #28A6A1
Complementary color
Monochromatic Colors of #28A6A1
Black with #28A6A1
Text Example
Text Example
White with #28A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6A1; }
p { color: rgb(40,166,161); }
H1.HeaderClassName
{
color: #28A6A1;
}
.AnyTagClassName
{
color: #28A6A1;
}
</style>
background-color css
<style>
a { background-color: #28A6A1; }
a { background-color: rgb(40,166,161); }
div.DivClassName
{
background-color: #28A6A1;
}
.BgClassName
{
background-color: #28A6A1;
}
</style>
border-color css
<style>
span { border-color: #28A6A1; }
span { border-color: rgb(40,166,161); }
td.TdClassName
{
border-color: #28A6A1;
}
.TagClassName
{
border-color: #28A6A1;
}
</style>