Shades of Caribbean Green #0CCD93
Tints of Caribbean Green #0CCD93
RGB
CMYK
RGB Variations
Color information
#0CCD93 (or 0x0CCD93) is known color: Caribbean Green. HEX triplet: 0C, CD and 93. RGB value is (12,205,147). Sum of RGB (Red+Green+Blue) = 12+205+147=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCD93 is #F3326C. Grayscale: #8C8C8C. Windows color (decimal): -15938157 or 9686284. OLE color: 9686284.
HSL color Cylindrical-coordinate representation of color #0CCD93: hue angle of 161.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD93 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 147 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.20 |
| HSL | 161.97º | 0.89% | 0.43% | - |
| HSV(B) | 161.97º | 0.94% | 0.8% | - |
| XYZ | 27.25 | 45.85 | 35.02 | - |
| YUV | 140.68 | 131.56 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 147 | 0.94 | 0 | 0.28 | 0.20 | 161.97 | 0.89 | 0.43 |
| Hex | C | CD | 93 | 5E | 0 | 1C | 14 | A2 | 59 | 2B |
| Octal | 14 | 315 | 223 | 136 | 0 | 34 | 24 | 242 | 131 | 53 |
| Binary | 1100 | 11001101 | 10010011 | 1011110 | 0 | 11100 | 10100 | 10100010 | 1011001 | 101011 |
Color Harmonies of #0CCD93
Complementary color
Monochromatic Colors of #0CCD93
Black with #0CCD93
Text Example
Text Example
White with #0CCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD93; }
p { color: rgb(12,205,147); }
H1.HeaderClassName
{
color: #0CCD93;
}
.AnyTagClassName
{
color: #0CCD93;
}
</style>
background-color css
<style>
a { background-color: #0CCD93; }
a { background-color: rgb(12,205,147); }
div.DivClassName
{
background-color: #0CCD93;
}
.BgClassName
{
background-color: #0CCD93;
}
</style>
border-color css
<style>
span { border-color: #0CCD93; }
span { border-color: rgb(12,205,147); }
td.TdClassName
{
border-color: #0CCD93;
}
.TagClassName
{
border-color: #0CCD93;
}
</style>