Shades of Dark Cyan #138688
Tints of Dark Cyan #138688
RGB
CMYK
RGB Variations
Color information
#138688 (or 0x138688) is known color: Dark Cyan. HEX triplet: 13, 86 and 88. RGB value is (19,134,136). Sum of RGB (Red+Green+Blue) = 19+134+136=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #138688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138688 is #EC7977. Grayscale: #636363. Windows color (decimal): -15497592 or 8947219. OLE color: 8947219.
HSL color Cylindrical-coordinate representation of color #138688: hue angle of 181.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138688 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 136 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.47 |
| HSL | 181.03º | 0.75% | 0.3% | - |
| HSV(B) | 181.03º | 0.86% | 0.53% | - |
| XYZ | 13.24 | 18.97 | 26.26 | - |
| YUV | 99.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 136 | 0.86 | 0.01 | 0 | 0.47 | 181.03 | 0.75 | 0.3 |
| Hex | 13 | 86 | 88 | 56 | 1 | 0 | 2F | B5 | 4B | 1E |
| Octal | 23 | 206 | 210 | 126 | 1 | 0 | 57 | 265 | 113 | 36 |
| Binary | 10011 | 10000110 | 10001000 | 1010110 | 1 | 0 | 101111 | 10110101 | 1001011 | 11110 |
Color Harmonies of #138688
Complementary color
Monochromatic Colors of #138688
Black with #138688
Text Example
Text Example
White with #138688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138688; }
p { color: rgb(19,134,136); }
H1.HeaderClassName
{
color: #138688;
}
.AnyTagClassName
{
color: #138688;
}
</style>
background-color css
<style>
a { background-color: #138688; }
a { background-color: rgb(19,134,136); }
div.DivClassName
{
background-color: #138688;
}
.BgClassName
{
background-color: #138688;
}
</style>
border-color css
<style>
span { border-color: #138688; }
span { border-color: rgb(19,134,136); }
td.TdClassName
{
border-color: #138688;
}
.TagClassName
{
border-color: #138688;
}
</style>