Shades of Light Sea Green #0AB6AF
Tints of Light Sea Green #0AB6AF
RGB
CMYK
RGB Variations
Color information
#0AB6AF (or 0x0AB6AF) is known color: Light Sea Green. HEX triplet: 0A, B6 and AF. RGB value is (10,182,175). Sum of RGB (Red+Green+Blue) = 10+182+175=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6AF is #F54950. Grayscale: #818181. Windows color (decimal): -16075089 or 11515402. OLE color: 11515402.
HSL color Cylindrical-coordinate representation of color #0AB6AF: hue angle of 177.56º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB6AF is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 175 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.29 |
| HSL | 177.56º | 0.9% | 0.38% | - |
| HSV(B) | 177.56º | 0.95% | 0.71% | - |
| XYZ | 24.59 | 36.62 | 46.33 | - |
| YUV | 129.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 175 | 0.95 | 0 | 0.04 | 0.29 | 177.56 | 0.9 | 0.38 |
| Hex | A | B6 | AF | 5F | 0 | 4 | 1D | B2 | 5A | 26 |
| Octal | 12 | 266 | 257 | 137 | 0 | 4 | 35 | 262 | 132 | 46 |
| Binary | 1010 | 10110110 | 10101111 | 1011111 | 0 | 100 | 11101 | 10110010 | 1011010 | 100110 |
Color Harmonies of #0AB6AF
Complementary color
Monochromatic Colors of #0AB6AF
Black with #0AB6AF
Text Example
Text Example
White with #0AB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB6AF; }
p { color: rgb(10,182,175); }
H1.HeaderClassName
{
color: #0AB6AF;
}
.AnyTagClassName
{
color: #0AB6AF;
}
</style>
background-color css
<style>
a { background-color: #0AB6AF; }
a { background-color: rgb(10,182,175); }
div.DivClassName
{
background-color: #0AB6AF;
}
.BgClassName
{
background-color: #0AB6AF;
}
</style>
border-color css
<style>
span { border-color: #0AB6AF; }
span { border-color: rgb(10,182,175); }
td.TdClassName
{
border-color: #0AB6AF;
}
.TagClassName
{
border-color: #0AB6AF;
}
</style>