Shades of Caribbean Green #0ABB94
Tints of Caribbean Green #0ABB94
RGB
CMYK
RGB Variations
Color information
#0ABB94 (or 0x0ABB94) is known color: Caribbean Green. HEX triplet: 0A, BB and 94. RGB value is (10,187,148). Sum of RGB (Red+Green+Blue) = 10+187+148=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB94 is #F5446B. Grayscale: #818181. Windows color (decimal): -16073836 or 9747210. OLE color: 9747210.
HSL color Cylindrical-coordinate representation of color #0ABB94: hue angle of 166.78º 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 #0ABB94 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 148 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.27 |
| HSL | 166.78º | 0.9% | 0.39% | - |
| HSV(B) | 166.78º | 0.95% | 0.73% | - |
| XYZ | 23.24 | 37.74 | 34.08 | - |
| YUV | 129.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 148 | 0.95 | 0 | 0.21 | 0.27 | 166.78 | 0.9 | 0.39 |
| Hex | A | BB | 94 | 5F | 0 | 15 | 1B | A7 | 5A | 27 |
| Octal | 12 | 273 | 224 | 137 | 0 | 25 | 33 | 247 | 132 | 47 |
| Binary | 1010 | 10111011 | 10010100 | 1011111 | 0 | 10101 | 11011 | 10100111 | 1011010 | 100111 |
Color Harmonies of #0ABB94
Complementary color
Monochromatic Colors of #0ABB94
Black with #0ABB94
Text Example
Text Example
White with #0ABB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB94; }
p { color: rgb(10,187,148); }
H1.HeaderClassName
{
color: #0ABB94;
}
.AnyTagClassName
{
color: #0ABB94;
}
</style>
background-color css
<style>
a { background-color: #0ABB94; }
a { background-color: rgb(10,187,148); }
div.DivClassName
{
background-color: #0ABB94;
}
.BgClassName
{
background-color: #0ABB94;
}
</style>
border-color css
<style>
span { border-color: #0ABB94; }
span { border-color: rgb(10,187,148); }
td.TdClassName
{
border-color: #0ABB94;
}
.TagClassName
{
border-color: #0ABB94;
}
</style>