Shades of Caribbean Green #0DC99C
Tints of Caribbean Green #0DC99C
RGB
CMYK
RGB Variations
Color information
#0DC99C (or 0x0DC99C) is known color: Caribbean Green. HEX triplet: 0D, C9 and 9C. RGB value is (13,201,156). Sum of RGB (Red+Green+Blue) = 13+201+156=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC99C is #F23663. Grayscale: #8B8B8B. Windows color (decimal): -15873636 or 10275085. OLE color: 10275085.
HSL color Cylindrical-coordinate representation of color #0DC99C: hue angle of 165.64º 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 #0DC99C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 156 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.21 |
| HSL | 165.64º | 0.88% | 0.42% | - |
| HSV(B) | 165.64º | 0.94% | 0.79% | - |
| XYZ | 27.05 | 44.26 | 38.57 | - |
| YUV | 139.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 156 | 0.94 | 0 | 0.22 | 0.21 | 165.64 | 0.88 | 0.42 |
| Hex | D | C9 | 9C | 5E | 0 | 16 | 15 | A6 | 58 | 2A |
| Octal | 15 | 311 | 234 | 136 | 0 | 26 | 25 | 246 | 130 | 52 |
| Binary | 1101 | 11001001 | 10011100 | 1011110 | 0 | 10110 | 10101 | 10100110 | 1011000 | 101010 |
Color Harmonies of #0DC99C
Complementary color
Monochromatic Colors of #0DC99C
Black with #0DC99C
Text Example
Text Example
White with #0DC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC99C; }
p { color: rgb(13,201,156); }
H1.HeaderClassName
{
color: #0DC99C;
}
.AnyTagClassName
{
color: #0DC99C;
}
</style>
background-color css
<style>
a { background-color: #0DC99C; }
a { background-color: rgb(13,201,156); }
div.DivClassName
{
background-color: #0DC99C;
}
.BgClassName
{
background-color: #0DC99C;
}
</style>
border-color css
<style>
span { border-color: #0DC99C; }
span { border-color: rgb(13,201,156); }
td.TdClassName
{
border-color: #0DC99C;
}
.TagClassName
{
border-color: #0DC99C;
}
</style>