Shades of Caribbean Green #0DD292
Tints of Caribbean Green #0DD292
RGB
CMYK
RGB Variations
Color information
#0DD292 (or 0x0DD292) is known color: Caribbean Green. HEX triplet: 0D, D2 and 92. RGB value is (13,210,146). Sum of RGB (Red+Green+Blue) = 13+210+146=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD292 is #F22D6D. Grayscale: #8F8F8F. Windows color (decimal): -15871342 or 9622029. OLE color: 9622029.
HSL color Cylindrical-coordinate representation of color #0DD292: hue angle of 160.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD292 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 146 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.18 |
| HSL | 160.51º | 0.88% | 0.44% | - |
| HSV(B) | 160.51º | 0.94% | 0.82% | - |
| XYZ | 28.4 | 48.25 | 35.01 | - |
| YUV | 143.8 | 129.23 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 146 | 0.94 | 0 | 0.30 | 0.18 | 160.51 | 0.88 | 0.44 |
| Hex | D | D2 | 92 | 5E | 0 | 1E | 12 | A1 | 58 | 2C |
| Octal | 15 | 322 | 222 | 136 | 0 | 36 | 22 | 241 | 130 | 54 |
| Binary | 1101 | 11010010 | 10010010 | 1011110 | 0 | 11110 | 10010 | 10100001 | 1011000 | 101100 |
Color Harmonies of #0DD292
Complementary color
Monochromatic Colors of #0DD292
Black with #0DD292
Text Example
Text Example
White with #0DD292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD292; }
p { color: rgb(13,210,146); }
H1.HeaderClassName
{
color: #0DD292;
}
.AnyTagClassName
{
color: #0DD292;
}
</style>
background-color css
<style>
a { background-color: #0DD292; }
a { background-color: rgb(13,210,146); }
div.DivClassName
{
background-color: #0DD292;
}
.BgClassName
{
background-color: #0DD292;
}
</style>
border-color css
<style>
span { border-color: #0DD292; }
span { border-color: rgb(13,210,146); }
td.TdClassName
{
border-color: #0DD292;
}
.TagClassName
{
border-color: #0DD292;
}
</style>