Shades of Caribbean Green #0ABB9A
Tints of Caribbean Green #0ABB9A
RGB
CMYK
RGB Variations
Color information
#0ABB9A (or 0x0ABB9A) is known color: Caribbean Green. HEX triplet: 0A, BB and 9A. RGB value is (10,187,154). Sum of RGB (Red+Green+Blue) = 10+187+154=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB9A is #F54465. Grayscale: #828282. Windows color (decimal): -16073830 or 10140426. OLE color: 10140426.
HSL color Cylindrical-coordinate representation of color #0ABB9A: hue angle of 168.81º 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 #0ABB9A is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 154 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.27 |
| HSL | 168.81º | 0.9% | 0.39% | - |
| HSV(B) | 168.81º | 0.95% | 0.73% | - |
| XYZ | 23.73 | 37.94 | 36.64 | - |
| YUV | 130.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 154 | 0.95 | 0 | 0.18 | 0.27 | 168.81 | 0.9 | 0.39 |
| Hex | A | BB | 9A | 5F | 0 | 12 | 1B | A9 | 5A | 27 |
| Octal | 12 | 273 | 232 | 137 | 0 | 22 | 33 | 251 | 132 | 47 |
| Binary | 1010 | 10111011 | 10011010 | 1011111 | 0 | 10010 | 11011 | 10101001 | 1011010 | 100111 |
Color Harmonies of #0ABB9A
Complementary color
Monochromatic Colors of #0ABB9A
Black with #0ABB9A
Text Example
Text Example
White with #0ABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB9A; }
p { color: rgb(10,187,154); }
H1.HeaderClassName
{
color: #0ABB9A;
}
.AnyTagClassName
{
color: #0ABB9A;
}
</style>
background-color css
<style>
a { background-color: #0ABB9A; }
a { background-color: rgb(10,187,154); }
div.DivClassName
{
background-color: #0ABB9A;
}
.BgClassName
{
background-color: #0ABB9A;
}
</style>
border-color css
<style>
span { border-color: #0ABB9A; }
span { border-color: rgb(10,187,154); }
td.TdClassName
{
border-color: #0ABB9A;
}
.TagClassName
{
border-color: #0ABB9A;
}
</style>