Shades of Caribbean Green #0CDDA6
Tints of Caribbean Green #0CDDA6
RGB
CMYK
RGB Variations
Color information
#0CDDA6 (or 0x0CDDA6) is known color: Caribbean Green. HEX triplet: 0C, DD and A6. RGB value is (12,221,166). Sum of RGB (Red+Green+Blue) = 12+221+166=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDA6 is #F32259. Grayscale: #989898. Windows color (decimal): -15934042 or 10935564. OLE color: 10935564.
HSL color Cylindrical-coordinate representation of color #0CDDA6: hue angle of 164.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDA6 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 166 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.13 |
| HSL | 164.21º | 0.9% | 0.46% | - |
| HSV(B) | 164.21º | 0.95% | 0.87% | - |
| XYZ | 32.89 | 54.54 | 44.87 | - |
| YUV | 152.24 | 135.76 | 27.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 166 | 0.95 | 0 | 0.25 | 0.13 | 164.21 | 0.9 | 0.46 |
| Hex | C | DD | A6 | 5F | 0 | 19 | D | A4 | 5A | 2E |
| Octal | 14 | 335 | 246 | 137 | 0 | 31 | 15 | 244 | 132 | 56 |
| Binary | 1100 | 11011101 | 10100110 | 1011111 | 0 | 11001 | 1101 | 10100100 | 1011010 | 101110 |
Color Harmonies of #0CDDA6
Complementary color
Monochromatic Colors of #0CDDA6
Black with #0CDDA6
Text Example
Text Example
White with #0CDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDA6; }
p { color: rgb(12,221,166); }
H1.HeaderClassName
{
color: #0CDDA6;
}
.AnyTagClassName
{
color: #0CDDA6;
}
</style>
background-color css
<style>
a { background-color: #0CDDA6; }
a { background-color: rgb(12,221,166); }
div.DivClassName
{
background-color: #0CDDA6;
}
.BgClassName
{
background-color: #0CDDA6;
}
</style>
border-color css
<style>
span { border-color: #0CDDA6; }
span { border-color: rgb(12,221,166); }
td.TdClassName
{
border-color: #0CDDA6;
}
.TagClassName
{
border-color: #0CDDA6;
}
</style>