Shades of Caribbean Green #0CDB8D
Tints of Caribbean Green #0CDB8D
RGB
CMYK
RGB Variations
Color information
#0CDB8D (or 0x0CDB8D) is known color: Caribbean Green. HEX triplet: 0C, DB and 8D. RGB value is (12,219,141). Sum of RGB (Red+Green+Blue) = 12+219+141=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB8D is #F32472. Grayscale: #949494. Windows color (decimal): -15934579 or 9296652. OLE color: 9296652.
HSL color Cylindrical-coordinate representation of color #0CDB8D: hue angle of 157.39º 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 #0CDB8D is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 141 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.14 |
| HSL | 157.39º | 0.9% | 0.45% | - |
| HSV(B) | 157.39º | 0.95% | 0.86% | - |
| XYZ | 30.29 | 52.66 | 33.77 | - |
| YUV | 148.22 | 123.92 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 141 | 0.95 | 0 | 0.36 | 0.14 | 157.39 | 0.9 | 0.45 |
| Hex | C | DB | 8D | 5F | 0 | 24 | E | 9D | 5A | 2D |
| Octal | 14 | 333 | 215 | 137 | 0 | 44 | 16 | 235 | 132 | 55 |
| Binary | 1100 | 11011011 | 10001101 | 1011111 | 0 | 100100 | 1110 | 10011101 | 1011010 | 101101 |
Color Harmonies of #0CDB8D
Complementary color
Monochromatic Colors of #0CDB8D
Black with #0CDB8D
Text Example
Text Example
White with #0CDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB8D; }
p { color: rgb(12,219,141); }
H1.HeaderClassName
{
color: #0CDB8D;
}
.AnyTagClassName
{
color: #0CDB8D;
}
</style>
background-color css
<style>
a { background-color: #0CDB8D; }
a { background-color: rgb(12,219,141); }
div.DivClassName
{
background-color: #0CDB8D;
}
.BgClassName
{
background-color: #0CDB8D;
}
</style>
border-color css
<style>
span { border-color: #0CDB8D; }
span { border-color: rgb(12,219,141); }
td.TdClassName
{
border-color: #0CDB8D;
}
.TagClassName
{
border-color: #0CDB8D;
}
</style>