Shades of Caribbean Green #0ABA9F
Tints of Caribbean Green #0ABA9F
RGB
CMYK
RGB Variations
Color information
#0ABA9F (or 0x0ABA9F) is known color: Caribbean Green. HEX triplet: 0A, BA and 9F. RGB value is (10,186,159). Sum of RGB (Red+Green+Blue) = 10+186+159=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA9F is #F54560. Grayscale: #828282. Windows color (decimal): -16074081 or 10467850. OLE color: 10467850.
HSL color Cylindrical-coordinate representation of color #0ABA9F: hue angle of 170.8º 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 #0ABA9F is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 159 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.27 |
| HSL | 170.8º | 0.9% | 0.38% | - |
| HSV(B) | 170.8º | 0.95% | 0.73% | - |
| XYZ | 23.94 | 37.69 | 38.81 | - |
| YUV | 130.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 159 | 0.95 | 0 | 0.15 | 0.27 | 170.8 | 0.9 | 0.38 |
| Hex | A | BA | 9F | 5F | 0 | F | 1B | AB | 5A | 26 |
| Octal | 12 | 272 | 237 | 137 | 0 | 17 | 33 | 253 | 132 | 46 |
| Binary | 1010 | 10111010 | 10011111 | 1011111 | 0 | 1111 | 11011 | 10101011 | 1011010 | 100110 |
Color Harmonies of #0ABA9F
Complementary color
Monochromatic Colors of #0ABA9F
Black with #0ABA9F
Text Example
Text Example
White with #0ABA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA9F; }
p { color: rgb(10,186,159); }
H1.HeaderClassName
{
color: #0ABA9F;
}
.AnyTagClassName
{
color: #0ABA9F;
}
</style>
background-color css
<style>
a { background-color: #0ABA9F; }
a { background-color: rgb(10,186,159); }
div.DivClassName
{
background-color: #0ABA9F;
}
.BgClassName
{
background-color: #0ABA9F;
}
</style>
border-color css
<style>
span { border-color: #0ABA9F; }
span { border-color: rgb(10,186,159); }
td.TdClassName
{
border-color: #0ABA9F;
}
.TagClassName
{
border-color: #0ABA9F;
}
</style>