Shades of Light Sea Green #28A6A0
Tints of Light Sea Green #28A6A0
RGB
CMYK
RGB Variations
Color information
#28A6A0 (or 0x28A6A0) is known color: Light Sea Green. HEX triplet: 28, A6 and A0. RGB value is (40,166,160). Sum of RGB (Red+Green+Blue) = 40+166+160=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #28A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6A0 is #D7595F. Grayscale: #7F7F7F. Windows color (decimal): -14113120 or 10528296. OLE color: 10528296.
HSL color Cylindrical-coordinate representation of color #28A6A0: hue angle of 177.14º 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 #28A6A0 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 160 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.35 |
| HSL | 177.14º | 0.61% | 0.4% | - |
| HSV(B) | 177.14º | 0.76% | 0.65% | - |
| XYZ | 20.86 | 30.26 | 38 | - |
| YUV | 127.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 160 | 0.76 | 0 | 0.04 | 0.35 | 177.14 | 0.61 | 0.4 |
| Hex | 28 | A6 | A0 | 4C | 0 | 4 | 23 | B1 | 3D | 28 |
| Octal | 50 | 246 | 240 | 114 | 0 | 4 | 43 | 261 | 75 | 50 |
| Binary | 101000 | 10100110 | 10100000 | 1001100 | 0 | 100 | 100011 | 10110001 | 111101 | 101000 |
Color Harmonies of #28A6A0
Complementary color
Monochromatic Colors of #28A6A0
Black with #28A6A0
Text Example
Text Example
White with #28A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6A0; }
p { color: rgb(40,166,160); }
H1.HeaderClassName
{
color: #28A6A0;
}
.AnyTagClassName
{
color: #28A6A0;
}
</style>
background-color css
<style>
a { background-color: #28A6A0; }
a { background-color: rgb(40,166,160); }
div.DivClassName
{
background-color: #28A6A0;
}
.BgClassName
{
background-color: #28A6A0;
}
</style>
border-color css
<style>
span { border-color: #28A6A0; }
span { border-color: rgb(40,166,160); }
td.TdClassName
{
border-color: #28A6A0;
}
.TagClassName
{
border-color: #28A6A0;
}
</style>