Shades of Dark Cyan #138786
Tints of Dark Cyan #138786
RGB
CMYK
RGB Variations
Color information
#138786 (or 0x138786) is known color: Dark Cyan. HEX triplet: 13, 87 and 86. RGB value is (19,135,134). Sum of RGB (Red+Green+Blue) = 19+135+134=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #138786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138786 is #EC7879. Grayscale: #646464. Windows color (decimal): -15497338 or 8816403. OLE color: 8816403.
HSL color Cylindrical-coordinate representation of color #138786: hue angle of 179.48º 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 #138786 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 134 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.47 |
| HSL | 179.48º | 0.75% | 0.3% | - |
| HSV(B) | 179.48º | 0.86% | 0.53% | - |
| XYZ | 13.24 | 19.19 | 25.56 | - |
| YUV | 100.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 134 | 0.86 | 0 | 0.01 | 0.47 | 179.48 | 0.75 | 0.3 |
| Hex | 13 | 87 | 86 | 56 | 0 | 1 | 2F | B3 | 4B | 1E |
| Octal | 23 | 207 | 206 | 126 | 0 | 1 | 57 | 263 | 113 | 36 |
| Binary | 10011 | 10000111 | 10000110 | 1010110 | 0 | 1 | 101111 | 10110011 | 1001011 | 11110 |
Color Harmonies of #138786
Complementary color
Monochromatic Colors of #138786
Black with #138786
Text Example
Text Example
White with #138786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138786; }
p { color: rgb(19,135,134); }
H1.HeaderClassName
{
color: #138786;
}
.AnyTagClassName
{
color: #138786;
}
</style>
background-color css
<style>
a { background-color: #138786; }
a { background-color: rgb(19,135,134); }
div.DivClassName
{
background-color: #138786;
}
.BgClassName
{
background-color: #138786;
}
</style>
border-color css
<style>
span { border-color: #138786; }
span { border-color: rgb(19,135,134); }
td.TdClassName
{
border-color: #138786;
}
.TagClassName
{
border-color: #138786;
}
</style>