Shades of Caribbean Green #0CD293
Tints of Caribbean Green #0CD293
RGB
CMYK
RGB Variations
Color information
#0CD293 (or 0x0CD293) is known color: Caribbean Green. HEX triplet: 0C, D2 and 93. RGB value is (12,210,147). Sum of RGB (Red+Green+Blue) = 12+210+147=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD293 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD293 is #F32D6C. Grayscale: #8F8F8F. Windows color (decimal): -15936877 or 9687564. OLE color: 9687564.
HSL color Cylindrical-coordinate representation of color #0CD293: hue angle of 160.91º 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 #0CD293 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 147 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.18 |
| HSL | 160.91º | 0.89% | 0.44% | - |
| HSV(B) | 160.91º | 0.94% | 0.82% | - |
| XYZ | 28.46 | 48.28 | 35.42 | - |
| YUV | 143.62 | 129.9 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 147 | 0.94 | 0 | 0.30 | 0.18 | 160.91 | 0.89 | 0.44 |
| Hex | C | D2 | 93 | 5E | 0 | 1E | 12 | A1 | 59 | 2C |
| Octal | 14 | 322 | 223 | 136 | 0 | 36 | 22 | 241 | 131 | 54 |
| Binary | 1100 | 11010010 | 10010011 | 1011110 | 0 | 11110 | 10010 | 10100001 | 1011001 | 101100 |
Color Harmonies of #0CD293
Complementary color
Monochromatic Colors of #0CD293
Black with #0CD293
Text Example
Text Example
White with #0CD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD293; }
p { color: rgb(12,210,147); }
H1.HeaderClassName
{
color: #0CD293;
}
.AnyTagClassName
{
color: #0CD293;
}
</style>
background-color css
<style>
a { background-color: #0CD293; }
a { background-color: rgb(12,210,147); }
div.DivClassName
{
background-color: #0CD293;
}
.BgClassName
{
background-color: #0CD293;
}
</style>
border-color css
<style>
span { border-color: #0CD293; }
span { border-color: rgb(12,210,147); }
td.TdClassName
{
border-color: #0CD293;
}
.TagClassName
{
border-color: #0CD293;
}
</style>