Shades of Caribbean Green #0DC5AC
Tints of Caribbean Green #0DC5AC
RGB
CMYK
RGB Variations
Color information
#0DC5AC (or 0x0DC5AC) is known color: Caribbean Green. HEX triplet: 0D, C5 and AC. RGB value is (13,197,172). Sum of RGB (Red+Green+Blue) = 13+197+172=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC5AC is #F23A53. Grayscale: #8B8B8B. Windows color (decimal): -15874644 or 11322637. OLE color: 11322637.
HSL color Cylindrical-coordinate representation of color #0DC5AC: hue angle of 171.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC5AC is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 172 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.23 |
| HSL | 171.85º | 0.88% | 0.41% | - |
| HSV(B) | 171.85º | 0.93% | 0.77% | - |
| XYZ | 27.58 | 43 | 45.88 | - |
| YUV | 139.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 172 | 0.93 | 0 | 0.13 | 0.23 | 171.85 | 0.88 | 0.41 |
| Hex | D | C5 | AC | 5D | 0 | D | 17 | AC | 58 | 29 |
| Octal | 15 | 305 | 254 | 135 | 0 | 15 | 27 | 254 | 130 | 51 |
| Binary | 1101 | 11000101 | 10101100 | 1011101 | 0 | 1101 | 10111 | 10101100 | 1011000 | 101001 |
Color Harmonies of #0DC5AC
Complementary color
Monochromatic Colors of #0DC5AC
Black with #0DC5AC
Text Example
Text Example
White with #0DC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5AC; }
p { color: rgb(13,197,172); }
H1.HeaderClassName
{
color: #0DC5AC;
}
.AnyTagClassName
{
color: #0DC5AC;
}
</style>
background-color css
<style>
a { background-color: #0DC5AC; }
a { background-color: rgb(13,197,172); }
div.DivClassName
{
background-color: #0DC5AC;
}
.BgClassName
{
background-color: #0DC5AC;
}
</style>
border-color css
<style>
span { border-color: #0DC5AC; }
span { border-color: rgb(13,197,172); }
td.TdClassName
{
border-color: #0DC5AC;
}
.TagClassName
{
border-color: #0DC5AC;
}
</style>