Shades of Light Sea Green #0ABCA8
Tints of Light Sea Green #0ABCA8
RGB
CMYK
RGB Variations
Color information
#0ABCA8 (or 0x0ABCA8) is known color: Light Sea Green. HEX triplet: 0A, BC and A8. RGB value is (10,188,168). Sum of RGB (Red+Green+Blue) = 10+188+168=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABCA8 is #F54357. Grayscale: #848484. Windows color (decimal): -16073560 or 11058186. OLE color: 11058186.
HSL color Cylindrical-coordinate representation of color #0ABCA8: hue angle of 173.26º 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 #0ABCA8 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 168 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.26 |
| HSL | 173.26º | 0.9% | 0.39% | - |
| HSV(B) | 173.26º | 0.95% | 0.74% | - |
| XYZ | 25.18 | 38.86 | 43.22 | - |
| YUV | 132.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 168 | 0.95 | 0 | 0.11 | 0.26 | 173.26 | 0.9 | 0.39 |
| Hex | A | BC | A8 | 5F | 0 | B | 1A | AD | 5A | 27 |
| Octal | 12 | 274 | 250 | 137 | 0 | 13 | 32 | 255 | 132 | 47 |
| Binary | 1010 | 10111100 | 10101000 | 1011111 | 0 | 1011 | 11010 | 10101101 | 1011010 | 100111 |
Color Harmonies of #0ABCA8
Complementary color
Monochromatic Colors of #0ABCA8
Black with #0ABCA8
Text Example
Text Example
White with #0ABCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCA8; }
p { color: rgb(10,188,168); }
H1.HeaderClassName
{
color: #0ABCA8;
}
.AnyTagClassName
{
color: #0ABCA8;
}
</style>
background-color css
<style>
a { background-color: #0ABCA8; }
a { background-color: rgb(10,188,168); }
div.DivClassName
{
background-color: #0ABCA8;
}
.BgClassName
{
background-color: #0ABCA8;
}
</style>
border-color css
<style>
span { border-color: #0ABCA8; }
span { border-color: rgb(10,188,168); }
td.TdClassName
{
border-color: #0ABCA8;
}
.TagClassName
{
border-color: #0ABCA8;
}
</style>