Shades of Caribbean Green #0CDB85
Tints of Caribbean Green #0CDB85
RGB
CMYK
RGB Variations
Color information
#0CDB85 (or 0x0CDB85) is known color: Caribbean Green. HEX triplet: 0C, DB and 85. RGB value is (12,219,133). Sum of RGB (Red+Green+Blue) = 12+219+133=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB85 is #F3247A. Grayscale: #939393. Windows color (decimal): -15934587 or 8772364. OLE color: 8772364.
HSL color Cylindrical-coordinate representation of color #0CDB85: hue angle of 155.07º 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 #0CDB85 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 133 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.14 |
| HSL | 155.07º | 0.9% | 0.45% | - |
| HSV(B) | 155.07º | 0.95% | 0.86% | - |
| XYZ | 29.72 | 52.43 | 30.74 | - |
| YUV | 147.3 | 119.92 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 133 | 0.95 | 0 | 0.39 | 0.14 | 155.07 | 0.9 | 0.45 |
| Hex | C | DB | 85 | 5F | 0 | 27 | E | 9B | 5A | 2D |
| Octal | 14 | 333 | 205 | 137 | 0 | 47 | 16 | 233 | 132 | 55 |
| Binary | 1100 | 11011011 | 10000101 | 1011111 | 0 | 100111 | 1110 | 10011011 | 1011010 | 101101 |
Color Harmonies of #0CDB85
Complementary color
Monochromatic Colors of #0CDB85
Black with #0CDB85
Text Example
Text Example
White with #0CDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB85; }
p { color: rgb(12,219,133); }
H1.HeaderClassName
{
color: #0CDB85;
}
.AnyTagClassName
{
color: #0CDB85;
}
</style>
background-color css
<style>
a { background-color: #0CDB85; }
a { background-color: rgb(12,219,133); }
div.DivClassName
{
background-color: #0CDB85;
}
.BgClassName
{
background-color: #0CDB85;
}
</style>
border-color css
<style>
span { border-color: #0CDB85; }
span { border-color: rgb(12,219,133); }
td.TdClassName
{
border-color: #0CDB85;
}
.TagClassName
{
border-color: #0CDB85;
}
</style>