Shades of Caribbean Green #0DC1A3
Tints of Caribbean Green #0DC1A3
RGB
CMYK
RGB Variations
Color information
#0DC1A3 (or 0x0DC1A3) is known color: Caribbean Green. HEX triplet: 0D, C1 and A3. RGB value is (13,193,163). Sum of RGB (Red+Green+Blue) = 13+193+163=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC1A3 is #F23E5C. Grayscale: #878787. Windows color (decimal): -15875677 or 10731789. OLE color: 10731789.
HSL color Cylindrical-coordinate representation of color #0DC1A3: hue angle of 170º 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 #0DC1A3 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 163 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.24 |
| HSL | 170º | 0.87% | 0.4% | - |
| HSV(B) | 170º | 0.93% | 0.76% | - |
| XYZ | 25.85 | 40.87 | 41.18 | - |
| YUV | 135.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 163 | 0.93 | 0 | 0.16 | 0.24 | 170 | 0.87 | 0.4 |
| Hex | D | C1 | A3 | 5D | 0 | 10 | 18 | AA | 57 | 28 |
| Octal | 15 | 301 | 243 | 135 | 0 | 20 | 30 | 252 | 127 | 50 |
| Binary | 1101 | 11000001 | 10100011 | 1011101 | 0 | 10000 | 11000 | 10101010 | 1010111 | 101000 |
Color Harmonies of #0DC1A3
Complementary color
Monochromatic Colors of #0DC1A3
Black with #0DC1A3
Text Example
Text Example
White with #0DC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC1A3; }
p { color: rgb(13,193,163); }
H1.HeaderClassName
{
color: #0DC1A3;
}
.AnyTagClassName
{
color: #0DC1A3;
}
</style>
background-color css
<style>
a { background-color: #0DC1A3; }
a { background-color: rgb(13,193,163); }
div.DivClassName
{
background-color: #0DC1A3;
}
.BgClassName
{
background-color: #0DC1A3;
}
</style>
border-color css
<style>
span { border-color: #0DC1A3; }
span { border-color: rgb(13,193,163); }
td.TdClassName
{
border-color: #0DC1A3;
}
.TagClassName
{
border-color: #0DC1A3;
}
</style>