Shades of Caribbean Green #0CD294
Tints of Caribbean Green #0CD294
RGB
CMYK
RGB Variations
Color information
#0CD294 (or 0x0CD294) is known color: Caribbean Green. HEX triplet: 0C, D2 and 94. RGB value is (12,210,148). Sum of RGB (Red+Green+Blue) = 12+210+148=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD294 is #F32D6B. Grayscale: #8F8F8F. Windows color (decimal): -15936876 or 9753100. OLE color: 9753100.
HSL color Cylindrical-coordinate representation of color #0CD294: hue angle of 161.21º 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 #0CD294 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 148 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.18 |
| HSL | 161.21º | 0.89% | 0.44% | - |
| HSV(B) | 161.21º | 0.94% | 0.82% | - |
| XYZ | 28.54 | 48.31 | 35.84 | - |
| YUV | 143.73 | 130.4 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 148 | 0.94 | 0 | 0.30 | 0.18 | 161.21 | 0.89 | 0.44 |
| Hex | C | D2 | 94 | 5E | 0 | 1E | 12 | A1 | 59 | 2C |
| Octal | 14 | 322 | 224 | 136 | 0 | 36 | 22 | 241 | 131 | 54 |
| Binary | 1100 | 11010010 | 10010100 | 1011110 | 0 | 11110 | 10010 | 10100001 | 1011001 | 101100 |
Color Harmonies of #0CD294
Complementary color
Monochromatic Colors of #0CD294
Black with #0CD294
Text Example
Text Example
White with #0CD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD294; }
p { color: rgb(12,210,148); }
H1.HeaderClassName
{
color: #0CD294;
}
.AnyTagClassName
{
color: #0CD294;
}
</style>
background-color css
<style>
a { background-color: #0CD294; }
a { background-color: rgb(12,210,148); }
div.DivClassName
{
background-color: #0CD294;
}
.BgClassName
{
background-color: #0CD294;
}
</style>
border-color css
<style>
span { border-color: #0CD294; }
span { border-color: rgb(12,210,148); }
td.TdClassName
{
border-color: #0CD294;
}
.TagClassName
{
border-color: #0CD294;
}
</style>