Shades of Caribbean Green #0CDDA0
Tints of Caribbean Green #0CDDA0
RGB
CMYK
RGB Variations
Color information
#0CDDA0 (or 0x0CDDA0) is known color: Caribbean Green. HEX triplet: 0C, DD and A0. RGB value is (12,221,160). Sum of RGB (Red+Green+Blue) = 12+221+160=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDA0 is #F3225F. Grayscale: #979797. Windows color (decimal): -15934048 or 10542348. OLE color: 10542348.
HSL color Cylindrical-coordinate representation of color #0CDDA0: hue angle of 162.49º 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 #0CDDA0 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 160 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.13 |
| HSL | 162.49º | 0.9% | 0.46% | - |
| HSV(B) | 162.49º | 0.95% | 0.87% | - |
| XYZ | 32.35 | 54.33 | 42.04 | - |
| YUV | 151.56 | 132.76 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 160 | 0.95 | 0 | 0.28 | 0.13 | 162.49 | 0.9 | 0.46 |
| Hex | C | DD | A0 | 5F | 0 | 1C | D | A2 | 5A | 2E |
| Octal | 14 | 335 | 240 | 137 | 0 | 34 | 15 | 242 | 132 | 56 |
| Binary | 1100 | 11011101 | 10100000 | 1011111 | 0 | 11100 | 1101 | 10100010 | 1011010 | 101110 |
Color Harmonies of #0CDDA0
Complementary color
Monochromatic Colors of #0CDDA0
Black with #0CDDA0
Text Example
Text Example
White with #0CDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDA0; }
p { color: rgb(12,221,160); }
H1.HeaderClassName
{
color: #0CDDA0;
}
.AnyTagClassName
{
color: #0CDDA0;
}
</style>
background-color css
<style>
a { background-color: #0CDDA0; }
a { background-color: rgb(12,221,160); }
div.DivClassName
{
background-color: #0CDDA0;
}
.BgClassName
{
background-color: #0CDDA0;
}
</style>
border-color css
<style>
span { border-color: #0CDDA0; }
span { border-color: rgb(12,221,160); }
td.TdClassName
{
border-color: #0CDDA0;
}
.TagClassName
{
border-color: #0CDDA0;
}
</style>