Shades of Caribbean Green #0ACBAC
Tints of Caribbean Green #0ACBAC
RGB
CMYK
RGB Variations
Color information
#0ACBAC (or 0x0ACBAC) is known color: Caribbean Green. HEX triplet: 0A, CB and AC. RGB value is (10,203,172). Sum of RGB (Red+Green+Blue) = 10+203+172=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACBAC is #F53453. Grayscale: #8D8D8D. Windows color (decimal): -16069716 or 11324170. OLE color: 11324170.
HSL color Cylindrical-coordinate representation of color #0ACBAC: hue angle of 170.36º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACBAC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 172 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.20 |
| HSL | 170.36º | 0.91% | 0.42% | - |
| HSV(B) | 170.36º | 0.95% | 0.8% | - |
| XYZ | 28.93 | 45.75 | 46.34 | - |
| YUV | 141.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 172 | 0.95 | 0 | 0.15 | 0.20 | 170.36 | 0.91 | 0.42 |
| Hex | A | CB | AC | 5F | 0 | F | 14 | AA | 5B | 2A |
| Octal | 12 | 313 | 254 | 137 | 0 | 17 | 24 | 252 | 133 | 52 |
| Binary | 1010 | 11001011 | 10101100 | 1011111 | 0 | 1111 | 10100 | 10101010 | 1011011 | 101010 |
Color Harmonies of #0ACBAC
Complementary color
Monochromatic Colors of #0ACBAC
Black with #0ACBAC
Text Example
Text Example
White with #0ACBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBAC; }
p { color: rgb(10,203,172); }
H1.HeaderClassName
{
color: #0ACBAC;
}
.AnyTagClassName
{
color: #0ACBAC;
}
</style>
background-color css
<style>
a { background-color: #0ACBAC; }
a { background-color: rgb(10,203,172); }
div.DivClassName
{
background-color: #0ACBAC;
}
.BgClassName
{
background-color: #0ACBAC;
}
</style>
border-color css
<style>
span { border-color: #0ACBAC; }
span { border-color: rgb(10,203,172); }
td.TdClassName
{
border-color: #0ACBAC;
}
.TagClassName
{
border-color: #0ACBAC;
}
</style>