Shades of Caribbean Green #0CDCA2
Tints of Caribbean Green #0CDCA2
RGB
CMYK
RGB Variations
Color information
#0CDCA2 (or 0x0CDCA2) is known color: Caribbean Green. HEX triplet: 0C, DC and A2. RGB value is (12,220,162). Sum of RGB (Red+Green+Blue) = 12+220+162=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDCA2 is #F3235D. Grayscale: #979797. Windows color (decimal): -15934302 or 10673164. OLE color: 10673164.
HSL color Cylindrical-coordinate representation of color #0CDCA2: hue angle of 163.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCA2 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 162 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.14 |
| HSL | 163.27º | 0.9% | 0.45% | - |
| HSV(B) | 163.27º | 0.95% | 0.86% | - |
| XYZ | 32.27 | 53.87 | 42.88 | - |
| YUV | 151.2 | 134.09 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 162 | 0.95 | 0 | 0.26 | 0.14 | 163.27 | 0.9 | 0.45 |
| Hex | C | DC | A2 | 5F | 0 | 1A | E | A3 | 5A | 2D |
| Octal | 14 | 334 | 242 | 137 | 0 | 32 | 16 | 243 | 132 | 55 |
| Binary | 1100 | 11011100 | 10100010 | 1011111 | 0 | 11010 | 1110 | 10100011 | 1011010 | 101101 |
Color Harmonies of #0CDCA2
Complementary color
Monochromatic Colors of #0CDCA2
Black with #0CDCA2
Text Example
Text Example
White with #0CDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCA2; }
p { color: rgb(12,220,162); }
H1.HeaderClassName
{
color: #0CDCA2;
}
.AnyTagClassName
{
color: #0CDCA2;
}
</style>
background-color css
<style>
a { background-color: #0CDCA2; }
a { background-color: rgb(12,220,162); }
div.DivClassName
{
background-color: #0CDCA2;
}
.BgClassName
{
background-color: #0CDCA2;
}
</style>
border-color css
<style>
span { border-color: #0CDCA2; }
span { border-color: rgb(12,220,162); }
td.TdClassName
{
border-color: #0CDCA2;
}
.TagClassName
{
border-color: #0CDCA2;
}
</style>