Shades of Caribbean Green #0CBDA3
Tints of Caribbean Green #0CBDA3
RGB
CMYK
RGB Variations
Color information
#0CBDA3 (or 0x0CBDA3) is known color: Caribbean Green. HEX triplet: 0C, BD and A3. RGB value is (12,189,163). Sum of RGB (Red+Green+Blue) = 12+189+163=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDA3 is #F3425C. Grayscale: #858585. Windows color (decimal): -15942237 or 10730764. OLE color: 10730764.
HSL color Cylindrical-coordinate representation of color #0CBDA3: hue angle of 171.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDA3 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 163 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.26 |
| HSL | 171.19º | 0.88% | 0.39% | - |
| HSV(B) | 171.19º | 0.94% | 0.74% | - |
| XYZ | 24.96 | 39.12 | 40.89 | - |
| YUV | 133.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 163 | 0.94 | 0 | 0.14 | 0.26 | 171.19 | 0.88 | 0.39 |
| Hex | C | BD | A3 | 5E | 0 | E | 1A | AB | 58 | 27 |
| Octal | 14 | 275 | 243 | 136 | 0 | 16 | 32 | 253 | 130 | 47 |
| Binary | 1100 | 10111101 | 10100011 | 1011110 | 0 | 1110 | 11010 | 10101011 | 1011000 | 100111 |
Color Harmonies of #0CBDA3
Complementary color
Monochromatic Colors of #0CBDA3
Black with #0CBDA3
Text Example
Text Example
White with #0CBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDA3; }
p { color: rgb(12,189,163); }
H1.HeaderClassName
{
color: #0CBDA3;
}
.AnyTagClassName
{
color: #0CBDA3;
}
</style>
background-color css
<style>
a { background-color: #0CBDA3; }
a { background-color: rgb(12,189,163); }
div.DivClassName
{
background-color: #0CBDA3;
}
.BgClassName
{
background-color: #0CBDA3;
}
</style>
border-color css
<style>
span { border-color: #0CBDA3; }
span { border-color: rgb(12,189,163); }
td.TdClassName
{
border-color: #0CBDA3;
}
.TagClassName
{
border-color: #0CBDA3;
}
</style>