Shades of Dark Cyan #138685
Tints of Dark Cyan #138685
RGB
CMYK
RGB Variations
Color information
#138685 (or 0x138685) is known color: Dark Cyan. HEX triplet: 13, 86 and 85. RGB value is (19,134,133). Sum of RGB (Red+Green+Blue) = 19+134+133=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #138685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138685 is #EC797A. Grayscale: #636363. Windows color (decimal): -15497595 or 8750611. OLE color: 8750611.
HSL color Cylindrical-coordinate representation of color #138685: 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 #138685 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 133 | - |
| 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.03 | 18.88 | 25.15 | - |
| YUV | 99.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 133 | 0.86 | 0 | 0.01 | 0.47 | 179.48 | 0.75 | 0.3 |
| Hex | 13 | 86 | 85 | 56 | 0 | 1 | 2F | B3 | 4B | 1E |
| Octal | 23 | 206 | 205 | 126 | 0 | 1 | 57 | 263 | 113 | 36 |
| Binary | 10011 | 10000110 | 10000101 | 1010110 | 0 | 1 | 101111 | 10110011 | 1001011 | 11110 |
Color Harmonies of #138685
Complementary color
Monochromatic Colors of #138685
Black with #138685
Text Example
Text Example
White with #138685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138685; }
p { color: rgb(19,134,133); }
H1.HeaderClassName
{
color: #138685;
}
.AnyTagClassName
{
color: #138685;
}
</style>
background-color css
<style>
a { background-color: #138685; }
a { background-color: rgb(19,134,133); }
div.DivClassName
{
background-color: #138685;
}
.BgClassName
{
background-color: #138685;
}
</style>
border-color css
<style>
span { border-color: #138685; }
span { border-color: rgb(19,134,133); }
td.TdClassName
{
border-color: #138685;
}
.TagClassName
{
border-color: #138685;
}
</style>