Shades of Caribbean Green #0ABA9C
Tints of Caribbean Green #0ABA9C
RGB
CMYK
RGB Variations
Color information
#0ABA9C (or 0x0ABA9C) is known color: Caribbean Green. HEX triplet: 0A, BA and 9C. RGB value is (10,186,156). Sum of RGB (Red+Green+Blue) = 10+186+156=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA9C is #F54563. Grayscale: #818181. Windows color (decimal): -16074084 or 10271242. OLE color: 10271242.
HSL color Cylindrical-coordinate representation of color #0ABA9C: hue angle of 169.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA9C is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 156 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.27 |
| HSL | 169.77º | 0.9% | 0.38% | - |
| HSV(B) | 169.77º | 0.95% | 0.73% | - |
| XYZ | 23.68 | 37.58 | 37.46 | - |
| YUV | 129.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 156 | 0.95 | 0 | 0.16 | 0.27 | 169.77 | 0.9 | 0.38 |
| Hex | A | BA | 9C | 5F | 0 | 10 | 1B | AA | 5A | 26 |
| Octal | 12 | 272 | 234 | 137 | 0 | 20 | 33 | 252 | 132 | 46 |
| Binary | 1010 | 10111010 | 10011100 | 1011111 | 0 | 10000 | 11011 | 10101010 | 1011010 | 100110 |
Color Harmonies of #0ABA9C
Complementary color
Monochromatic Colors of #0ABA9C
Black with #0ABA9C
Text Example
Text Example
White with #0ABA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA9C; }
p { color: rgb(10,186,156); }
H1.HeaderClassName
{
color: #0ABA9C;
}
.AnyTagClassName
{
color: #0ABA9C;
}
</style>
background-color css
<style>
a { background-color: #0ABA9C; }
a { background-color: rgb(10,186,156); }
div.DivClassName
{
background-color: #0ABA9C;
}
.BgClassName
{
background-color: #0ABA9C;
}
</style>
border-color css
<style>
span { border-color: #0ABA9C; }
span { border-color: rgb(10,186,156); }
td.TdClassName
{
border-color: #0ABA9C;
}
.TagClassName
{
border-color: #0ABA9C;
}
</style>