Shades of Caribbean Green #0DC3A1
Tints of Caribbean Green #0DC3A1
RGB
CMYK
RGB Variations
Color information
#0DC3A1 (or 0x0DC3A1) is known color: Caribbean Green. HEX triplet: 0D, C3 and A1. RGB value is (13,195,161). Sum of RGB (Red+Green+Blue) = 13+195+161=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC3A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC3A1 is #F23C5E. Grayscale: #888888. Windows color (decimal): -15875167 or 10601229. OLE color: 10601229.
HSL color Cylindrical-coordinate representation of color #0DC3A1: hue angle of 168.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC3A1 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 161 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.24 |
| HSL | 168.79º | 0.88% | 0.41% | - |
| HSV(B) | 168.79º | 0.93% | 0.76% | - |
| XYZ | 26.11 | 41.69 | 40.39 | - |
| YUV | 136.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 161 | 0.93 | 0 | 0.17 | 0.24 | 168.79 | 0.88 | 0.41 |
| Hex | D | C3 | A1 | 5D | 0 | 11 | 18 | A9 | 58 | 29 |
| Octal | 15 | 303 | 241 | 135 | 0 | 21 | 30 | 251 | 130 | 51 |
| Binary | 1101 | 11000011 | 10100001 | 1011101 | 0 | 10001 | 11000 | 10101001 | 1011000 | 101001 |
Color Harmonies of #0DC3A1
Complementary color
Monochromatic Colors of #0DC3A1
Black with #0DC3A1
Text Example
Text Example
White with #0DC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC3A1; }
p { color: rgb(13,195,161); }
H1.HeaderClassName
{
color: #0DC3A1;
}
.AnyTagClassName
{
color: #0DC3A1;
}
</style>
background-color css
<style>
a { background-color: #0DC3A1; }
a { background-color: rgb(13,195,161); }
div.DivClassName
{
background-color: #0DC3A1;
}
.BgClassName
{
background-color: #0DC3A1;
}
</style>
border-color css
<style>
span { border-color: #0DC3A1; }
span { border-color: rgb(13,195,161); }
td.TdClassName
{
border-color: #0DC3A1;
}
.TagClassName
{
border-color: #0DC3A1;
}
</style>