Shades of Caribbean Green #0DC6A2
Tints of Caribbean Green #0DC6A2
RGB
CMYK
RGB Variations
Color information
#0DC6A2 (or 0x0DC6A2) is known color: Caribbean Green. HEX triplet: 0D, C6 and A2. RGB value is (13,198,162). Sum of RGB (Red+Green+Blue) = 13+198+162=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC6A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC6A2 is #F2395D. Grayscale: #8A8A8A. Windows color (decimal): -15874398 or 10667533. OLE color: 10667533.
HSL color Cylindrical-coordinate representation of color #0DC6A2: hue angle of 168.32º 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 #0DC6A2 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 162 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.22 |
| HSL | 168.32º | 0.88% | 0.41% | - |
| HSV(B) | 168.32º | 0.93% | 0.78% | - |
| XYZ | 26.88 | 43.08 | 41.08 | - |
| YUV | 138.58 | 141.21 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 162 | 0.93 | 0 | 0.18 | 0.22 | 168.32 | 0.88 | 0.41 |
| Hex | D | C6 | A2 | 5D | 0 | 12 | 16 | A8 | 58 | 29 |
| Octal | 15 | 306 | 242 | 135 | 0 | 22 | 26 | 250 | 130 | 51 |
| Binary | 1101 | 11000110 | 10100010 | 1011101 | 0 | 10010 | 10110 | 10101000 | 1011000 | 101001 |
Color Harmonies of #0DC6A2
Complementary color
Monochromatic Colors of #0DC6A2
Black with #0DC6A2
Text Example
Text Example
White with #0DC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6A2; }
p { color: rgb(13,198,162); }
H1.HeaderClassName
{
color: #0DC6A2;
}
.AnyTagClassName
{
color: #0DC6A2;
}
</style>
background-color css
<style>
a { background-color: #0DC6A2; }
a { background-color: rgb(13,198,162); }
div.DivClassName
{
background-color: #0DC6A2;
}
.BgClassName
{
background-color: #0DC6A2;
}
</style>
border-color css
<style>
span { border-color: #0DC6A2; }
span { border-color: rgb(13,198,162); }
td.TdClassName
{
border-color: #0DC6A2;
}
.TagClassName
{
border-color: #0DC6A2;
}
</style>