Shades of Caribbean Green #0CCDA1
Tints of Caribbean Green #0CCDA1
RGB
CMYK
RGB Variations
Color information
#0CCDA1 (or 0x0CCDA1) is known color: Caribbean Green. HEX triplet: 0C, CD and A1. RGB value is (12,205,161). Sum of RGB (Red+Green+Blue) = 12+205+161=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCDA1 is #F3325E. Grayscale: #8E8E8E. Windows color (decimal): -15938143 or 10603788. OLE color: 10603788.
HSL color Cylindrical-coordinate representation of color #0CCDA1: hue angle of 166.32º 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 #0CCDA1 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 161 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.20 |
| HSL | 166.32º | 0.89% | 0.43% | - |
| HSV(B) | 166.32º | 0.94% | 0.8% | - |
| XYZ | 28.42 | 46.31 | 41.16 | - |
| YUV | 142.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 161 | 0.94 | 0 | 0.21 | 0.20 | 166.32 | 0.89 | 0.43 |
| Hex | C | CD | A1 | 5E | 0 | 15 | 14 | A6 | 59 | 2B |
| Octal | 14 | 315 | 241 | 136 | 0 | 25 | 24 | 246 | 131 | 53 |
| Binary | 1100 | 11001101 | 10100001 | 1011110 | 0 | 10101 | 10100 | 10100110 | 1011001 | 101011 |
Color Harmonies of #0CCDA1
Complementary color
Monochromatic Colors of #0CCDA1
Black with #0CCDA1
Text Example
Text Example
White with #0CCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDA1; }
p { color: rgb(12,205,161); }
H1.HeaderClassName
{
color: #0CCDA1;
}
.AnyTagClassName
{
color: #0CCDA1;
}
</style>
background-color css
<style>
a { background-color: #0CCDA1; }
a { background-color: rgb(12,205,161); }
div.DivClassName
{
background-color: #0CCDA1;
}
.BgClassName
{
background-color: #0CCDA1;
}
</style>
border-color css
<style>
span { border-color: #0CCDA1; }
span { border-color: rgb(12,205,161); }
td.TdClassName
{
border-color: #0CCDA1;
}
.TagClassName
{
border-color: #0CCDA1;
}
</style>