Shades of Caribbean Green #0CD280
Tints of Caribbean Green #0CD280
RGB
CMYK
RGB Variations
Color information
#0CD280 (or 0x0CD280) is known color: Caribbean Green. HEX triplet: 0C, D2 and 80. RGB value is (12,210,128). Sum of RGB (Red+Green+Blue) = 12+210+128=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD280 is #F32D7F. Grayscale: #8D8D8D. Windows color (decimal): -15936896 or 8442380. OLE color: 8442380.
HSL color Cylindrical-coordinate representation of color #0CD280: hue angle of 155.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD280 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 128 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.18 |
| HSL | 155.15º | 0.89% | 0.44% | - |
| HSV(B) | 155.15º | 0.94% | 0.82% | - |
| XYZ | 27.09 | 47.73 | 28.21 | - |
| YUV | 141.45 | 120.4 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 128 | 0.94 | 0 | 0.39 | 0.18 | 155.15 | 0.89 | 0.44 |
| Hex | C | D2 | 80 | 5E | 0 | 27 | 12 | 9B | 59 | 2C |
| Octal | 14 | 322 | 200 | 136 | 0 | 47 | 22 | 233 | 131 | 54 |
| Binary | 1100 | 11010010 | 10000000 | 1011110 | 0 | 100111 | 10010 | 10011011 | 1011001 | 101100 |
Color Harmonies of #0CD280
Complementary color
Monochromatic Colors of #0CD280
Black with #0CD280
Text Example
Text Example
White with #0CD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD280; }
p { color: rgb(12,210,128); }
H1.HeaderClassName
{
color: #0CD280;
}
.AnyTagClassName
{
color: #0CD280;
}
</style>
background-color css
<style>
a { background-color: #0CD280; }
a { background-color: rgb(12,210,128); }
div.DivClassName
{
background-color: #0CD280;
}
.BgClassName
{
background-color: #0CD280;
}
</style>
border-color css
<style>
span { border-color: #0CD280; }
span { border-color: rgb(12,210,128); }
td.TdClassName
{
border-color: #0CD280;
}
.TagClassName
{
border-color: #0CD280;
}
</style>