Shades of Caribbean Green #0CCDA2
Tints of Caribbean Green #0CCDA2
RGB
CMYK
RGB Variations
Color information
#0CCDA2 (or 0x0CCDA2) is known color: Caribbean Green. HEX triplet: 0C, CD and A2. RGB value is (12,205,162). Sum of RGB (Red+Green+Blue) = 12+205+162=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCDA2 is #F3325D. Grayscale: #8E8E8E. Windows color (decimal): -15938142 or 10669324. OLE color: 10669324.
HSL color Cylindrical-coordinate representation of color #0CCDA2: hue angle of 166.63º 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 #0CCDA2 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 162 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.20 |
| HSL | 166.63º | 0.89% | 0.43% | - |
| HSV(B) | 166.63º | 0.94% | 0.8% | - |
| XYZ | 28.5 | 46.35 | 41.63 | - |
| YUV | 142.39 | 139.06 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 162 | 0.94 | 0 | 0.21 | 0.20 | 166.63 | 0.89 | 0.43 |
| Hex | C | CD | A2 | 5E | 0 | 15 | 14 | A7 | 59 | 2B |
| Octal | 14 | 315 | 242 | 136 | 0 | 25 | 24 | 247 | 131 | 53 |
| Binary | 1100 | 11001101 | 10100010 | 1011110 | 0 | 10101 | 10100 | 10100111 | 1011001 | 101011 |
Color Harmonies of #0CCDA2
Complementary color
Monochromatic Colors of #0CCDA2
Black with #0CCDA2
Text Example
Text Example
White with #0CCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDA2; }
p { color: rgb(12,205,162); }
H1.HeaderClassName
{
color: #0CCDA2;
}
.AnyTagClassName
{
color: #0CCDA2;
}
</style>
background-color css
<style>
a { background-color: #0CCDA2; }
a { background-color: rgb(12,205,162); }
div.DivClassName
{
background-color: #0CCDA2;
}
.BgClassName
{
background-color: #0CCDA2;
}
</style>
border-color css
<style>
span { border-color: #0CCDA2; }
span { border-color: rgb(12,205,162); }
td.TdClassName
{
border-color: #0CCDA2;
}
.TagClassName
{
border-color: #0CCDA2;
}
</style>