Shades of Caribbean Green #0DC68C
Tints of Caribbean Green #0DC68C
RGB
CMYK
RGB Variations
Color information
#0DC68C (or 0x0DC68C) is known color: Caribbean Green. HEX triplet: 0D, C6 and 8C. RGB value is (13,198,140). Sum of RGB (Red+Green+Blue) = 13+198+140=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC68C is #F23973. Grayscale: #888888. Windows color (decimal): -15874420 or 9225741. OLE color: 9225741.
HSL color Cylindrical-coordinate representation of color #0DC68C: hue angle of 161.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC68C is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 140 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.22 |
| HSL | 161.19º | 0.88% | 0.41% | - |
| HSV(B) | 161.19º | 0.93% | 0.78% | - |
| XYZ | 25.09 | 42.37 | 31.67 | - |
| YUV | 136.07 | 130.21 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 140 | 0.93 | 0 | 0.29 | 0.22 | 161.19 | 0.88 | 0.41 |
| Hex | D | C6 | 8C | 5D | 0 | 1D | 16 | A1 | 58 | 29 |
| Octal | 15 | 306 | 214 | 135 | 0 | 35 | 26 | 241 | 130 | 51 |
| Binary | 1101 | 11000110 | 10001100 | 1011101 | 0 | 11101 | 10110 | 10100001 | 1011000 | 101001 |
Color Harmonies of #0DC68C
Complementary color
Monochromatic Colors of #0DC68C
Black with #0DC68C
Text Example
Text Example
White with #0DC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC68C; }
p { color: rgb(13,198,140); }
H1.HeaderClassName
{
color: #0DC68C;
}
.AnyTagClassName
{
color: #0DC68C;
}
</style>
background-color css
<style>
a { background-color: #0DC68C; }
a { background-color: rgb(13,198,140); }
div.DivClassName
{
background-color: #0DC68C;
}
.BgClassName
{
background-color: #0DC68C;
}
</style>
border-color css
<style>
span { border-color: #0DC68C; }
span { border-color: rgb(13,198,140); }
td.TdClassName
{
border-color: #0DC68C;
}
.TagClassName
{
border-color: #0DC68C;
}
</style>