Shades of Caribbean Green #0CDCAB
Tints of Caribbean Green #0CDCAB
RGB
CMYK
RGB Variations
Color information
#0CDCAB (or 0x0CDCAB) is known color: Caribbean Green. HEX triplet: 0C, DC and AB. RGB value is (12,220,171). Sum of RGB (Red+Green+Blue) = 12+220+171=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDCAB is #F32354. Grayscale: #989898. Windows color (decimal): -15934293 or 11262988. OLE color: 11262988.
HSL color Cylindrical-coordinate representation of color #0CDCAB: hue angle of 165.87º 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 #0CDCAB is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 171 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.14 |
| HSL | 165.87º | 0.9% | 0.45% | - |
| HSV(B) | 165.87º | 0.95% | 0.86% | - |
| XYZ | 33.1 | 54.2 | 47.25 | - |
| YUV | 152.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 171 | 0.95 | 0 | 0.22 | 0.14 | 165.87 | 0.9 | 0.45 |
| Hex | C | DC | AB | 5F | 0 | 16 | E | A6 | 5A | 2D |
| Octal | 14 | 334 | 253 | 137 | 0 | 26 | 16 | 246 | 132 | 55 |
| Binary | 1100 | 11011100 | 10101011 | 1011111 | 0 | 10110 | 1110 | 10100110 | 1011010 | 101101 |
Color Harmonies of #0CDCAB
Complementary color
Monochromatic Colors of #0CDCAB
Black with #0CDCAB
Text Example
Text Example
White with #0CDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCAB; }
p { color: rgb(12,220,171); }
H1.HeaderClassName
{
color: #0CDCAB;
}
.AnyTagClassName
{
color: #0CDCAB;
}
</style>
background-color css
<style>
a { background-color: #0CDCAB; }
a { background-color: rgb(12,220,171); }
div.DivClassName
{
background-color: #0CDCAB;
}
.BgClassName
{
background-color: #0CDCAB;
}
</style>
border-color css
<style>
span { border-color: #0CDCAB; }
span { border-color: rgb(12,220,171); }
td.TdClassName
{
border-color: #0CDCAB;
}
.TagClassName
{
border-color: #0CDCAB;
}
</style>