Shades of Light Sea Green #0ABCAC
Tints of Light Sea Green #0ABCAC
RGB
CMYK
RGB Variations
Color information
#0ABCAC (or 0x0ABCAC) is known color: Light Sea Green. HEX triplet: 0A, BC and AC. RGB value is (10,188,172). Sum of RGB (Red+Green+Blue) = 10+188+172=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABCAC is #F54353. Grayscale: #848484. Windows color (decimal): -16073556 or 11320330. OLE color: 11320330.
HSL color Cylindrical-coordinate representation of color #0ABCAC: hue angle of 174.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCAC is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 172 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.26 |
| HSL | 174.61º | 0.9% | 0.39% | - |
| HSV(B) | 174.61º | 0.95% | 0.74% | - |
| XYZ | 25.55 | 39.01 | 45.21 | - |
| YUV | 132.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 172 | 0.95 | 0 | 0.09 | 0.26 | 174.61 | 0.9 | 0.39 |
| Hex | A | BC | AC | 5F | 0 | 9 | 1A | AF | 5A | 27 |
| Octal | 12 | 274 | 254 | 137 | 0 | 11 | 32 | 257 | 132 | 47 |
| Binary | 1010 | 10111100 | 10101100 | 1011111 | 0 | 1001 | 11010 | 10101111 | 1011010 | 100111 |
Color Harmonies of #0ABCAC
Complementary color
Monochromatic Colors of #0ABCAC
Black with #0ABCAC
Text Example
Text Example
White with #0ABCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCAC; }
p { color: rgb(10,188,172); }
H1.HeaderClassName
{
color: #0ABCAC;
}
.AnyTagClassName
{
color: #0ABCAC;
}
</style>
background-color css
<style>
a { background-color: #0ABCAC; }
a { background-color: rgb(10,188,172); }
div.DivClassName
{
background-color: #0ABCAC;
}
.BgClassName
{
background-color: #0ABCAC;
}
</style>
border-color css
<style>
span { border-color: #0ABCAC; }
span { border-color: rgb(10,188,172); }
td.TdClassName
{
border-color: #0ABCAC;
}
.TagClassName
{
border-color: #0ABCAC;
}
</style>