Shades of Caribbean Green #0DC994
Tints of Caribbean Green #0DC994
RGB
CMYK
RGB Variations
Color information
#0DC994 (or 0x0DC994) is known color: Caribbean Green. HEX triplet: 0D, C9 and 94. RGB value is (13,201,148). Sum of RGB (Red+Green+Blue) = 13+201+148=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC994 is #F2366B. Grayscale: #8A8A8A. Windows color (decimal): -15873644 or 9750797. OLE color: 9750797.
HSL color Cylindrical-coordinate representation of color #0DC994: hue angle of 163.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC994 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 148 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.21 |
| HSL | 163.09º | 0.88% | 0.42% | - |
| HSV(B) | 163.09º | 0.94% | 0.79% | - |
| XYZ | 26.4 | 44 | 35.12 | - |
| YUV | 138.75 | 133.22 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 148 | 0.94 | 0 | 0.26 | 0.21 | 163.09 | 0.88 | 0.42 |
| Hex | D | C9 | 94 | 5E | 0 | 1A | 15 | A3 | 58 | 2A |
| Octal | 15 | 311 | 224 | 136 | 0 | 32 | 25 | 243 | 130 | 52 |
| Binary | 1101 | 11001001 | 10010100 | 1011110 | 0 | 11010 | 10101 | 10100011 | 1011000 | 101010 |
Color Harmonies of #0DC994
Complementary color
Monochromatic Colors of #0DC994
Black with #0DC994
Text Example
Text Example
White with #0DC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC994; }
p { color: rgb(13,201,148); }
H1.HeaderClassName
{
color: #0DC994;
}
.AnyTagClassName
{
color: #0DC994;
}
</style>
background-color css
<style>
a { background-color: #0DC994; }
a { background-color: rgb(13,201,148); }
div.DivClassName
{
background-color: #0DC994;
}
.BgClassName
{
background-color: #0DC994;
}
</style>
border-color css
<style>
span { border-color: #0DC994; }
span { border-color: rgb(13,201,148); }
td.TdClassName
{
border-color: #0DC994;
}
.TagClassName
{
border-color: #0DC994;
}
</style>