Shades of Caribbean Green #0DD79D
Tints of Caribbean Green #0DD79D
RGB
CMYK
RGB Variations
Color information
#0DD79D (or 0x0DD79D) is known color: Caribbean Green. HEX triplet: 0D, D7 and 9D. RGB value is (13,215,157). Sum of RGB (Red+Green+Blue) = 13+215+157=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD79D is #F22862. Grayscale: #949494. Windows color (decimal): -15870051 or 10344205. OLE color: 10344205.
HSL color Cylindrical-coordinate representation of color #0DD79D: hue angle of 162.77º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD79D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 157 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.16 |
| HSL | 162.77º | 0.89% | 0.45% | - |
| HSV(B) | 162.77º | 0.94% | 0.84% | - |
| XYZ | 30.55 | 51.12 | 40.16 | - |
| YUV | 147.99 | 133.08 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 157 | 0.94 | 0 | 0.27 | 0.16 | 162.77 | 0.89 | 0.45 |
| Hex | D | D7 | 9D | 5E | 0 | 1B | 10 | A3 | 59 | 2D |
| Octal | 15 | 327 | 235 | 136 | 0 | 33 | 20 | 243 | 131 | 55 |
| Binary | 1101 | 11010111 | 10011101 | 1011110 | 0 | 11011 | 10000 | 10100011 | 1011001 | 101101 |
Color Harmonies of #0DD79D
Complementary color
Monochromatic Colors of #0DD79D
Black with #0DD79D
Text Example
Text Example
White with #0DD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD79D; }
p { color: rgb(13,215,157); }
H1.HeaderClassName
{
color: #0DD79D;
}
.AnyTagClassName
{
color: #0DD79D;
}
</style>
background-color css
<style>
a { background-color: #0DD79D; }
a { background-color: rgb(13,215,157); }
div.DivClassName
{
background-color: #0DD79D;
}
.BgClassName
{
background-color: #0DD79D;
}
</style>
border-color css
<style>
span { border-color: #0DD79D; }
span { border-color: rgb(13,215,157); }
td.TdClassName
{
border-color: #0DD79D;
}
.TagClassName
{
border-color: #0DD79D;
}
</style>