Shades of Caribbean Green #0CD687
Tints of Caribbean Green #0CD687
RGB
CMYK
RGB Variations
Color information
#0CD687 (or 0x0CD687) is known color: Caribbean Green. HEX triplet: 0C, D6 and 87. RGB value is (12,214,135). Sum of RGB (Red+Green+Blue) = 12+214+135=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD687 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD687 is #F32978. Grayscale: #909090. Windows color (decimal): -15935865 or 8902156. OLE color: 8902156.
HSL color Cylindrical-coordinate representation of color #0CD687: hue angle of 156.53º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD687 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 214 | 135 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.16 |
| HSL | 156.53º | 0.89% | 0.44% | - |
| HSV(B) | 156.53º | 0.94% | 0.84% | - |
| XYZ | 28.57 | 49.92 | 31.05 | - |
| YUV | 144.6 | 122.58 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 214 | 135 | 0.94 | 0 | 0.37 | 0.16 | 156.53 | 0.89 | 0.44 |
| Hex | C | D6 | 87 | 5E | 0 | 25 | 10 | 9D | 59 | 2C |
| Octal | 14 | 326 | 207 | 136 | 0 | 45 | 20 | 235 | 131 | 54 |
| Binary | 1100 | 11010110 | 10000111 | 1011110 | 0 | 100101 | 10000 | 10011101 | 1011001 | 101100 |
Color Harmonies of #0CD687
Complementary color
Monochromatic Colors of #0CD687
Black with #0CD687
Text Example
Text Example
White with #0CD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD687; }
p { color: rgb(12,214,135); }
H1.HeaderClassName
{
color: #0CD687;
}
.AnyTagClassName
{
color: #0CD687;
}
</style>
background-color css
<style>
a { background-color: #0CD687; }
a { background-color: rgb(12,214,135); }
div.DivClassName
{
background-color: #0CD687;
}
.BgClassName
{
background-color: #0CD687;
}
</style>
border-color css
<style>
span { border-color: #0CD687; }
span { border-color: rgb(12,214,135); }
td.TdClassName
{
border-color: #0CD687;
}
.TagClassName
{
border-color: #0CD687;
}
</style>