Shades of Caribbean Green #0ABC96
Tints of Caribbean Green #0ABC96
RGB
CMYK
RGB Variations
Color information
#0ABC96 (or 0x0ABC96) is known color: Caribbean Green. HEX triplet: 0A, BC and 96. RGB value is (10,188,150). Sum of RGB (Red+Green+Blue) = 10+188+150=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC96 is #F54369. Grayscale: #828282. Windows color (decimal): -16073578 or 9878538. OLE color: 9878538.
HSL color Cylindrical-coordinate representation of color #0ABC96: hue angle of 167.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC96 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 150 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.26 |
| HSL | 167.19º | 0.9% | 0.39% | - |
| HSV(B) | 167.19º | 0.95% | 0.74% | - |
| XYZ | 23.61 | 38.23 | 34.99 | - |
| YUV | 130.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 150 | 0.95 | 0 | 0.20 | 0.26 | 167.19 | 0.9 | 0.39 |
| Hex | A | BC | 96 | 5F | 0 | 14 | 1A | A7 | 5A | 27 |
| Octal | 12 | 274 | 226 | 137 | 0 | 24 | 32 | 247 | 132 | 47 |
| Binary | 1010 | 10111100 | 10010110 | 1011111 | 0 | 10100 | 11010 | 10100111 | 1011010 | 100111 |
Color Harmonies of #0ABC96
Complementary color
Monochromatic Colors of #0ABC96
Black with #0ABC96
Text Example
Text Example
White with #0ABC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC96; }
p { color: rgb(10,188,150); }
H1.HeaderClassName
{
color: #0ABC96;
}
.AnyTagClassName
{
color: #0ABC96;
}
</style>
background-color css
<style>
a { background-color: #0ABC96; }
a { background-color: rgb(10,188,150); }
div.DivClassName
{
background-color: #0ABC96;
}
.BgClassName
{
background-color: #0ABC96;
}
</style>
border-color css
<style>
span { border-color: #0ABC96; }
span { border-color: rgb(10,188,150); }
td.TdClassName
{
border-color: #0ABC96;
}
.TagClassName
{
border-color: #0ABC96;
}
</style>