Shades of Light Sea Green #28ABAF
Tints of Light Sea Green #28ABAF
RGB
CMYK
RGB Variations
Color information
#28ABAF (or 0x28ABAF) is known color: Light Sea Green. HEX triplet: 28, AB and AF. RGB value is (40,171,175). Sum of RGB (Red+Green+Blue) = 40+171+175=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #28ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ABAF is #D75450. Grayscale: #848484. Windows color (decimal): -14111825 or 11512616. OLE color: 11512616.
HSL color Cylindrical-coordinate representation of color #28ABAF: hue angle of 181.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ABAF is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 171 | 175 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.31 |
| HSL | 181.78º | 0.63% | 0.42% | - |
| HSV(B) | 181.78º | 0.77% | 0.69% | - |
| XYZ | 23.18 | 32.67 | 45.64 | - |
| YUV | 132.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 175 | 0.77 | 0.02 | 0 | 0.31 | 181.78 | 0.63 | 0.42 |
| Hex | 28 | AB | AF | 4D | 2 | 0 | 1F | B6 | 3F | 2A |
| Octal | 50 | 253 | 257 | 115 | 2 | 0 | 37 | 266 | 77 | 52 |
| Binary | 101000 | 10101011 | 10101111 | 1001101 | 10 | 0 | 11111 | 10110110 | 111111 | 101010 |
Color Harmonies of #28ABAF
Complementary color
Monochromatic Colors of #28ABAF
Black with #28ABAF
Text Example
Text Example
White with #28ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABAF; }
p { color: rgb(40,171,175); }
H1.HeaderClassName
{
color: #28ABAF;
}
.AnyTagClassName
{
color: #28ABAF;
}
</style>
background-color css
<style>
a { background-color: #28ABAF; }
a { background-color: rgb(40,171,175); }
div.DivClassName
{
background-color: #28ABAF;
}
.BgClassName
{
background-color: #28ABAF;
}
</style>
border-color css
<style>
span { border-color: #28ABAF; }
span { border-color: rgb(40,171,175); }
td.TdClassName
{
border-color: #28ABAF;
}
.TagClassName
{
border-color: #28ABAF;
}
</style>