Shades of Light Sea Green #28A6AB
Tints of Light Sea Green #28A6AB
RGB
CMYK
RGB Variations
Color information
#28A6AB (or 0x28A6AB) is known color: Light Sea Green. HEX triplet: 28, A6 and AB. RGB value is (40,166,171). Sum of RGB (Red+Green+Blue) = 40+166+171=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #28A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6AB is #D75954. Grayscale: #808080. Windows color (decimal): -14113109 or 11249192. OLE color: 11249192.
HSL color Cylindrical-coordinate representation of color #28A6AB: hue angle of 182.29º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28A6AB is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 166 | 171 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.33 |
| HSL | 182.29º | 0.62% | 0.41% | - |
| HSV(B) | 182.29º | 0.77% | 0.67% | - |
| XYZ | 21.86 | 30.66 | 43.29 | - |
| YUV | 128.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 171 | 0.77 | 0.03 | 0 | 0.33 | 182.29 | 0.62 | 0.41 |
| Hex | 28 | A6 | AB | 4D | 3 | 0 | 21 | B6 | 3E | 29 |
| Octal | 50 | 246 | 253 | 115 | 3 | 0 | 41 | 266 | 76 | 51 |
| Binary | 101000 | 10100110 | 10101011 | 1001101 | 11 | 0 | 100001 | 10110110 | 111110 | 101001 |
Color Harmonies of #28A6AB
Complementary color
Monochromatic Colors of #28A6AB
Black with #28A6AB
Text Example
Text Example
White with #28A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6AB; }
p { color: rgb(40,166,171); }
H1.HeaderClassName
{
color: #28A6AB;
}
.AnyTagClassName
{
color: #28A6AB;
}
</style>
background-color css
<style>
a { background-color: #28A6AB; }
a { background-color: rgb(40,166,171); }
div.DivClassName
{
background-color: #28A6AB;
}
.BgClassName
{
background-color: #28A6AB;
}
</style>
border-color css
<style>
span { border-color: #28A6AB; }
span { border-color: rgb(40,166,171); }
td.TdClassName
{
border-color: #28A6AB;
}
.TagClassName
{
border-color: #28A6AB;
}
</style>