Shades of Caribbean Green #0DC993
Tints of Caribbean Green #0DC993
RGB
CMYK
RGB Variations
Color information
#0DC993 (or 0x0DC993) is known color: Caribbean Green. HEX triplet: 0D, C9 and 93. RGB value is (13,201,147). Sum of RGB (Red+Green+Blue) = 13+201+147=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC993 is #F2366C. Grayscale: #8A8A8A. Windows color (decimal): -15873645 or 9685261. OLE color: 9685261.
HSL color Cylindrical-coordinate representation of color #0DC993: hue angle of 162.77º 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 #0DC993 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 147 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.21 |
| HSL | 162.77º | 0.88% | 0.42% | - |
| HSV(B) | 162.77º | 0.94% | 0.79% | - |
| XYZ | 26.32 | 43.97 | 34.7 | - |
| YUV | 138.63 | 132.72 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 147 | 0.94 | 0 | 0.27 | 0.21 | 162.77 | 0.88 | 0.42 |
| Hex | D | C9 | 93 | 5E | 0 | 1B | 15 | A3 | 58 | 2A |
| Octal | 15 | 311 | 223 | 136 | 0 | 33 | 25 | 243 | 130 | 52 |
| Binary | 1101 | 11001001 | 10010011 | 1011110 | 0 | 11011 | 10101 | 10100011 | 1011000 | 101010 |
Color Harmonies of #0DC993
Complementary color
Monochromatic Colors of #0DC993
Black with #0DC993
Text Example
Text Example
White with #0DC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC993; }
p { color: rgb(13,201,147); }
H1.HeaderClassName
{
color: #0DC993;
}
.AnyTagClassName
{
color: #0DC993;
}
</style>
background-color css
<style>
a { background-color: #0DC993; }
a { background-color: rgb(13,201,147); }
div.DivClassName
{
background-color: #0DC993;
}
.BgClassName
{
background-color: #0DC993;
}
</style>
border-color css
<style>
span { border-color: #0DC993; }
span { border-color: rgb(13,201,147); }
td.TdClassName
{
border-color: #0DC993;
}
.TagClassName
{
border-color: #0DC993;
}
</style>