Shades of Caribbean Green #0CCDA6
Tints of Caribbean Green #0CCDA6
RGB
CMYK
RGB Variations
Color information
#0CCDA6 (or 0x0CCDA6) is known color: Caribbean Green. HEX triplet: 0C, CD and A6. RGB value is (12,205,166). Sum of RGB (Red+Green+Blue) = 12+205+166=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCDA6 is #F33259. Grayscale: #8E8E8E. Windows color (decimal): -15938138 or 10931468. OLE color: 10931468.
HSL color Cylindrical-coordinate representation of color #0CCDA6: hue angle of 167.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDA6 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 166 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.20 |
| HSL | 167.88º | 0.89% | 0.43% | - |
| HSV(B) | 167.88º | 0.94% | 0.8% | - |
| XYZ | 28.87 | 46.49 | 43.53 | - |
| YUV | 142.85 | 141.06 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 166 | 0.94 | 0 | 0.19 | 0.20 | 167.88 | 0.89 | 0.43 |
| Hex | C | CD | A6 | 5E | 0 | 13 | 14 | A8 | 59 | 2B |
| Octal | 14 | 315 | 246 | 136 | 0 | 23 | 24 | 250 | 131 | 53 |
| Binary | 1100 | 11001101 | 10100110 | 1011110 | 0 | 10011 | 10100 | 10101000 | 1011001 | 101011 |
Color Harmonies of #0CCDA6
Complementary color
Monochromatic Colors of #0CCDA6
Black with #0CCDA6
Text Example
Text Example
White with #0CCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDA6; }
p { color: rgb(12,205,166); }
H1.HeaderClassName
{
color: #0CCDA6;
}
.AnyTagClassName
{
color: #0CCDA6;
}
</style>
background-color css
<style>
a { background-color: #0CCDA6; }
a { background-color: rgb(12,205,166); }
div.DivClassName
{
background-color: #0CCDA6;
}
.BgClassName
{
background-color: #0CCDA6;
}
</style>
border-color css
<style>
span { border-color: #0CCDA6; }
span { border-color: rgb(12,205,166); }
td.TdClassName
{
border-color: #0CCDA6;
}
.TagClassName
{
border-color: #0CCDA6;
}
</style>