Shades of Caribbean Green #0DC192
Tints of Caribbean Green #0DC192
RGB
CMYK
RGB Variations
Color information
#0DC192 (or 0x0DC192) is known color: Caribbean Green. HEX triplet: 0D, C1 and 92. RGB value is (13,193,146). Sum of RGB (Red+Green+Blue) = 13+193+146=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC192 is #F23E6D. Grayscale: #858585. Windows color (decimal): -15875694 or 9617677. OLE color: 9617677.
HSL color Cylindrical-coordinate representation of color #0DC192: hue angle of 164.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC192 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 146 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.24 |
| HSL | 164.33º | 0.87% | 0.4% | - |
| HSV(B) | 164.33º | 0.93% | 0.76% | - |
| XYZ | 24.42 | 40.3 | 33.69 | - |
| YUV | 133.82 | 134.87 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 146 | 0.93 | 0 | 0.24 | 0.24 | 164.33 | 0.87 | 0.4 |
| Hex | D | C1 | 92 | 5D | 0 | 18 | 18 | A4 | 57 | 28 |
| Octal | 15 | 301 | 222 | 135 | 0 | 30 | 30 | 244 | 127 | 50 |
| Binary | 1101 | 11000001 | 10010010 | 1011101 | 0 | 11000 | 11000 | 10100100 | 1010111 | 101000 |
Color Harmonies of #0DC192
Complementary color
Monochromatic Colors of #0DC192
Black with #0DC192
Text Example
Text Example
White with #0DC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC192; }
p { color: rgb(13,193,146); }
H1.HeaderClassName
{
color: #0DC192;
}
.AnyTagClassName
{
color: #0DC192;
}
</style>
background-color css
<style>
a { background-color: #0DC192; }
a { background-color: rgb(13,193,146); }
div.DivClassName
{
background-color: #0DC192;
}
.BgClassName
{
background-color: #0DC192;
}
</style>
border-color css
<style>
span { border-color: #0DC192; }
span { border-color: rgb(13,193,146); }
td.TdClassName
{
border-color: #0DC192;
}
.TagClassName
{
border-color: #0DC192;
}
</style>