Shades of Light Sea Green #0AB7AB
Tints of Light Sea Green #0AB7AB
RGB
CMYK
RGB Variations
Color information
#0AB7AB (or 0x0AB7AB) is known color: Light Sea Green. HEX triplet: 0A, B7 and AB. RGB value is (10,183,171). Sum of RGB (Red+Green+Blue) = 10+183+171=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB7AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB7AB is #F54854. Grayscale: #818181. Windows color (decimal): -16074837 or 11253514. OLE color: 11253514.
HSL color Cylindrical-coordinate representation of color #0AB7AB: hue angle of 175.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB7AB is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 171 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.28 |
| HSL | 175.84º | 0.9% | 0.38% | - |
| HSV(B) | 175.84º | 0.95% | 0.72% | - |
| XYZ | 24.41 | 36.87 | 44.36 | - |
| YUV | 129.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 171 | 0.95 | 0 | 0.07 | 0.28 | 175.84 | 0.9 | 0.38 |
| Hex | A | B7 | AB | 5F | 0 | 7 | 1C | B0 | 5A | 26 |
| Octal | 12 | 267 | 253 | 137 | 0 | 7 | 34 | 260 | 132 | 46 |
| Binary | 1010 | 10110111 | 10101011 | 1011111 | 0 | 111 | 11100 | 10110000 | 1011010 | 100110 |
Color Harmonies of #0AB7AB
Complementary color
Monochromatic Colors of #0AB7AB
Black with #0AB7AB
Text Example
Text Example
White with #0AB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB7AB; }
p { color: rgb(10,183,171); }
H1.HeaderClassName
{
color: #0AB7AB;
}
.AnyTagClassName
{
color: #0AB7AB;
}
</style>
background-color css
<style>
a { background-color: #0AB7AB; }
a { background-color: rgb(10,183,171); }
div.DivClassName
{
background-color: #0AB7AB;
}
.BgClassName
{
background-color: #0AB7AB;
}
</style>
border-color css
<style>
span { border-color: #0AB7AB; }
span { border-color: rgb(10,183,171); }
td.TdClassName
{
border-color: #0AB7AB;
}
.TagClassName
{
border-color: #0AB7AB;
}
</style>