Shades of Caribbean Green #0CDAA7
Tints of Caribbean Green #0CDAA7
RGB
CMYK
RGB Variations
Color information
#0CDAA7 (or 0x0CDAA7) is known color: Caribbean Green. HEX triplet: 0C, DA and A7. RGB value is (12,218,167). Sum of RGB (Red+Green+Blue) = 12+218+167=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDAA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDAA7 is #F32558. Grayscale: #969696. Windows color (decimal): -15934809 or 11000332. OLE color: 11000332.
HSL color Cylindrical-coordinate representation of color #0CDAA7: hue angle of 165.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDAA7 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 167 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.15 |
| HSL | 165.15º | 0.9% | 0.45% | - |
| HSV(B) | 165.15º | 0.94% | 0.85% | - |
| XYZ | 32.2 | 53.01 | 45.09 | - |
| YUV | 150.59 | 137.25 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 167 | 0.94 | 0 | 0.23 | 0.15 | 165.15 | 0.9 | 0.45 |
| Hex | C | DA | A7 | 5E | 0 | 17 | F | A5 | 5A | 2D |
| Octal | 14 | 332 | 247 | 136 | 0 | 27 | 17 | 245 | 132 | 55 |
| Binary | 1100 | 11011010 | 10100111 | 1011110 | 0 | 10111 | 1111 | 10100101 | 1011010 | 101101 |
Color Harmonies of #0CDAA7
Complementary color
Monochromatic Colors of #0CDAA7
Black with #0CDAA7
Text Example
Text Example
White with #0CDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDAA7; }
p { color: rgb(12,218,167); }
H1.HeaderClassName
{
color: #0CDAA7;
}
.AnyTagClassName
{
color: #0CDAA7;
}
</style>
background-color css
<style>
a { background-color: #0CDAA7; }
a { background-color: rgb(12,218,167); }
div.DivClassName
{
background-color: #0CDAA7;
}
.BgClassName
{
background-color: #0CDAA7;
}
</style>
border-color css
<style>
span { border-color: #0CDAA7; }
span { border-color: rgb(12,218,167); }
td.TdClassName
{
border-color: #0CDAA7;
}
.TagClassName
{
border-color: #0CDAA7;
}
</style>