Shades of Caribbean Green #0CDB94
Tints of Caribbean Green #0CDB94
RGB
CMYK
RGB Variations
Color information
#0CDB94 (or 0x0CDB94) is known color: Caribbean Green. HEX triplet: 0C, DB and 94. RGB value is (12,219,148). Sum of RGB (Red+Green+Blue) = 12+219+148=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB94 is #F3246B. Grayscale: #959595. Windows color (decimal): -15934572 or 9755404. OLE color: 9755404.
HSL color Cylindrical-coordinate representation of color #0CDB94: hue angle of 159.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB94 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 148 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.14 |
| HSL | 159.42º | 0.9% | 0.45% | - |
| HSV(B) | 159.42º | 0.95% | 0.86% | - |
| XYZ | 30.83 | 52.88 | 36.6 | - |
| YUV | 149.01 | 127.42 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 148 | 0.95 | 0 | 0.32 | 0.14 | 159.42 | 0.9 | 0.45 |
| Hex | C | DB | 94 | 5F | 0 | 20 | E | 9F | 5A | 2D |
| Octal | 14 | 333 | 224 | 137 | 0 | 40 | 16 | 237 | 132 | 55 |
| Binary | 1100 | 11011011 | 10010100 | 1011111 | 0 | 100000 | 1110 | 10011111 | 1011010 | 101101 |
Color Harmonies of #0CDB94
Complementary color
Monochromatic Colors of #0CDB94
Black with #0CDB94
Text Example
Text Example
White with #0CDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB94; }
p { color: rgb(12,219,148); }
H1.HeaderClassName
{
color: #0CDB94;
}
.AnyTagClassName
{
color: #0CDB94;
}
</style>
background-color css
<style>
a { background-color: #0CDB94; }
a { background-color: rgb(12,219,148); }
div.DivClassName
{
background-color: #0CDB94;
}
.BgClassName
{
background-color: #0CDB94;
}
</style>
border-color css
<style>
span { border-color: #0CDB94; }
span { border-color: rgb(12,219,148); }
td.TdClassName
{
border-color: #0CDB94;
}
.TagClassName
{
border-color: #0CDB94;
}
</style>