Shades of Caribbean Green #0DC690
Tints of Caribbean Green #0DC690
RGB
CMYK
RGB Variations
Color information
#0DC690 (or 0x0DC690) is known color: Caribbean Green. HEX triplet: 0D, C6 and 90. RGB value is (13,198,144). Sum of RGB (Red+Green+Blue) = 13+198+144=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC690 is #F2396F. Grayscale: #888888. Windows color (decimal): -15874416 or 9487885. OLE color: 9487885.
HSL color Cylindrical-coordinate representation of color #0DC690: hue angle of 162.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC690 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 144 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.22 |
| HSL | 162.49º | 0.88% | 0.41% | - |
| HSV(B) | 162.49º | 0.93% | 0.78% | - |
| XYZ | 25.39 | 42.49 | 33.25 | - |
| YUV | 136.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 144 | 0.93 | 0 | 0.27 | 0.22 | 162.49 | 0.88 | 0.41 |
| Hex | D | C6 | 90 | 5D | 0 | 1B | 16 | A2 | 58 | 29 |
| Octal | 15 | 306 | 220 | 135 | 0 | 33 | 26 | 242 | 130 | 51 |
| Binary | 1101 | 11000110 | 10010000 | 1011101 | 0 | 11011 | 10110 | 10100010 | 1011000 | 101001 |
Color Harmonies of #0DC690
Complementary color
Monochromatic Colors of #0DC690
Black with #0DC690
Text Example
Text Example
White with #0DC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC690; }
p { color: rgb(13,198,144); }
H1.HeaderClassName
{
color: #0DC690;
}
.AnyTagClassName
{
color: #0DC690;
}
</style>
background-color css
<style>
a { background-color: #0DC690; }
a { background-color: rgb(13,198,144); }
div.DivClassName
{
background-color: #0DC690;
}
.BgClassName
{
background-color: #0DC690;
}
</style>
border-color css
<style>
span { border-color: #0DC690; }
span { border-color: rgb(13,198,144); }
td.TdClassName
{
border-color: #0DC690;
}
.TagClassName
{
border-color: #0DC690;
}
</style>