Shades of Caribbean Green #0CDDA1
Tints of Caribbean Green #0CDDA1
RGB
CMYK
RGB Variations
Color information
#0CDDA1 (or 0x0CDDA1) is known color: Caribbean Green. HEX triplet: 0C, DD and A1. RGB value is (12,221,161). Sum of RGB (Red+Green+Blue) = 12+221+161=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDA1 is #F3225E. Grayscale: #979797. Windows color (decimal): -15934047 or 10607884. OLE color: 10607884.
HSL color Cylindrical-coordinate representation of color #0CDDA1: hue angle of 162.78º 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 #0CDDA1 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 161 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.13 |
| HSL | 162.78º | 0.9% | 0.46% | - |
| HSV(B) | 162.78º | 0.95% | 0.87% | - |
| XYZ | 32.44 | 54.36 | 42.5 | - |
| YUV | 151.67 | 133.26 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 161 | 0.95 | 0 | 0.27 | 0.13 | 162.78 | 0.9 | 0.46 |
| Hex | C | DD | A1 | 5F | 0 | 1B | D | A3 | 5A | 2E |
| Octal | 14 | 335 | 241 | 137 | 0 | 33 | 15 | 243 | 132 | 56 |
| Binary | 1100 | 11011101 | 10100001 | 1011111 | 0 | 11011 | 1101 | 10100011 | 1011010 | 101110 |
Color Harmonies of #0CDDA1
Complementary color
Monochromatic Colors of #0CDDA1
Black with #0CDDA1
Text Example
Text Example
White with #0CDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDA1; }
p { color: rgb(12,221,161); }
H1.HeaderClassName
{
color: #0CDDA1;
}
.AnyTagClassName
{
color: #0CDDA1;
}
</style>
background-color css
<style>
a { background-color: #0CDDA1; }
a { background-color: rgb(12,221,161); }
div.DivClassName
{
background-color: #0CDDA1;
}
.BgClassName
{
background-color: #0CDDA1;
}
</style>
border-color css
<style>
span { border-color: #0CDDA1; }
span { border-color: rgb(12,221,161); }
td.TdClassName
{
border-color: #0CDDA1;
}
.TagClassName
{
border-color: #0CDDA1;
}
</style>