Shades of Light Sea Green #0ABBAC
Tints of Light Sea Green #0ABBAC
RGB
CMYK
RGB Variations
Color information
#0ABBAC (or 0x0ABBAC) is known color: Light Sea Green. HEX triplet: 0A, BB and AC. RGB value is (10,187,172). Sum of RGB (Red+Green+Blue) = 10+187+172=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABBAC is #F54453. Grayscale: #848484. Windows color (decimal): -16073812 or 11320074. OLE color: 11320074.
HSL color Cylindrical-coordinate representation of color #0ABBAC: hue angle of 174.92º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBAC is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 172 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.27 |
| HSL | 174.92º | 0.9% | 0.39% | - |
| HSV(B) | 174.92º | 0.95% | 0.73% | - |
| XYZ | 25.34 | 38.58 | 45.14 | - |
| YUV | 132.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 172 | 0.95 | 0 | 0.08 | 0.27 | 174.92 | 0.9 | 0.39 |
| Hex | A | BB | AC | 5F | 0 | 8 | 1B | AF | 5A | 27 |
| Octal | 12 | 273 | 254 | 137 | 0 | 10 | 33 | 257 | 132 | 47 |
| Binary | 1010 | 10111011 | 10101100 | 1011111 | 0 | 1000 | 11011 | 10101111 | 1011010 | 100111 |
Color Harmonies of #0ABBAC
Complementary color
Monochromatic Colors of #0ABBAC
Black with #0ABBAC
Text Example
Text Example
White with #0ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBAC; }
p { color: rgb(10,187,172); }
H1.HeaderClassName
{
color: #0ABBAC;
}
.AnyTagClassName
{
color: #0ABBAC;
}
</style>
background-color css
<style>
a { background-color: #0ABBAC; }
a { background-color: rgb(10,187,172); }
div.DivClassName
{
background-color: #0ABBAC;
}
.BgClassName
{
background-color: #0ABBAC;
}
</style>
border-color css
<style>
span { border-color: #0ABBAC; }
span { border-color: rgb(10,187,172); }
td.TdClassName
{
border-color: #0ABBAC;
}
.TagClassName
{
border-color: #0ABBAC;
}
</style>