Shades of Caribbean Green #0ABB9D
Tints of Caribbean Green #0ABB9D
RGB
CMYK
RGB Variations
Color information
#0ABB9D (or 0x0ABB9D) is known color: Caribbean Green. HEX triplet: 0A, BB and 9D. RGB value is (10,187,157). Sum of RGB (Red+Green+Blue) = 10+187+157=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB9D is #F54462. Grayscale: #828282. Windows color (decimal): -16073827 or 10337034. OLE color: 10337034.
HSL color Cylindrical-coordinate representation of color #0ABB9D: hue angle of 169.83º 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 #0ABB9D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 157 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.27 |
| HSL | 169.83º | 0.9% | 0.39% | - |
| HSV(B) | 169.83º | 0.95% | 0.73% | - |
| XYZ | 23.98 | 38.04 | 37.98 | - |
| YUV | 130.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 157 | 0.95 | 0 | 0.16 | 0.27 | 169.83 | 0.9 | 0.39 |
| Hex | A | BB | 9D | 5F | 0 | 10 | 1B | AA | 5A | 27 |
| Octal | 12 | 273 | 235 | 137 | 0 | 20 | 33 | 252 | 132 | 47 |
| Binary | 1010 | 10111011 | 10011101 | 1011111 | 0 | 10000 | 11011 | 10101010 | 1011010 | 100111 |
Color Harmonies of #0ABB9D
Complementary color
Monochromatic Colors of #0ABB9D
Black with #0ABB9D
Text Example
Text Example
White with #0ABB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB9D; }
p { color: rgb(10,187,157); }
H1.HeaderClassName
{
color: #0ABB9D;
}
.AnyTagClassName
{
color: #0ABB9D;
}
</style>
background-color css
<style>
a { background-color: #0ABB9D; }
a { background-color: rgb(10,187,157); }
div.DivClassName
{
background-color: #0ABB9D;
}
.BgClassName
{
background-color: #0ABB9D;
}
</style>
border-color css
<style>
span { border-color: #0ABB9D; }
span { border-color: rgb(10,187,157); }
td.TdClassName
{
border-color: #0ABB9D;
}
.TagClassName
{
border-color: #0ABB9D;
}
</style>