Shades of Caribbean Green #0CBA9A
Tints of Caribbean Green #0CBA9A
RGB
CMYK
RGB Variations
Color information
#0CBA9A (or 0x0CBA9A) is known color: Caribbean Green. HEX triplet: 0C, BA and 9A. RGB value is (12,186,154). Sum of RGB (Red+Green+Blue) = 12+186+154=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBA9A is #F34565. Grayscale: #828282. Windows color (decimal): -15943014 or 10140172. OLE color: 10140172.
HSL color Cylindrical-coordinate representation of color #0CBA9A: hue angle of 168.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA9A is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 154 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.27 |
| HSL | 168.97º | 0.88% | 0.39% | - |
| HSV(B) | 168.97º | 0.94% | 0.73% | - |
| XYZ | 23.54 | 37.53 | 36.57 | - |
| YUV | 130.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 154 | 0.94 | 0 | 0.17 | 0.27 | 168.97 | 0.88 | 0.39 |
| Hex | C | BA | 9A | 5E | 0 | 11 | 1B | A9 | 58 | 27 |
| Octal | 14 | 272 | 232 | 136 | 0 | 21 | 33 | 251 | 130 | 47 |
| Binary | 1100 | 10111010 | 10011010 | 1011110 | 0 | 10001 | 11011 | 10101001 | 1011000 | 100111 |
Color Harmonies of #0CBA9A
Complementary color
Monochromatic Colors of #0CBA9A
Black with #0CBA9A
Text Example
Text Example
White with #0CBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA9A; }
p { color: rgb(12,186,154); }
H1.HeaderClassName
{
color: #0CBA9A;
}
.AnyTagClassName
{
color: #0CBA9A;
}
</style>
background-color css
<style>
a { background-color: #0CBA9A; }
a { background-color: rgb(12,186,154); }
div.DivClassName
{
background-color: #0CBA9A;
}
.BgClassName
{
background-color: #0CBA9A;
}
</style>
border-color css
<style>
span { border-color: #0CBA9A; }
span { border-color: rgb(12,186,154); }
td.TdClassName
{
border-color: #0CBA9A;
}
.TagClassName
{
border-color: #0CBA9A;
}
</style>