Shades of Dark Cyan #137E8E
Tints of Dark Cyan #137E8E
RGB
CMYK
RGB Variations
Color information
#137E8E (or 0x137E8E) is known color: Dark Cyan. HEX triplet: 13, 7E and 8E. RGB value is (19,126,142). Sum of RGB (Red+Green+Blue) = 19+126+142=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #137E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E8E is #EC8171. Grayscale: #5F5F5F. Windows color (decimal): -15499634 or 9338387. OLE color: 9338387.
HSL color Cylindrical-coordinate representation of color #137E8E: hue angle of 187.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137E8E is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 126 | 142 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.44 |
| HSL | 187.8º | 0.76% | 0.32% | - |
| HSV(B) | 187.8º | 0.87% | 0.56% | - |
| XYZ | 12.61 | 17.01 | 28.21 | - |
| YUV | 95.83 | 154.05 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 142 | 0.87 | 0.11 | 0 | 0.44 | 187.8 | 0.76 | 0.32 |
| Hex | 13 | 7E | 8E | 57 | B | 0 | 2C | BC | 4C | 20 |
| Octal | 23 | 176 | 216 | 127 | 13 | 0 | 54 | 274 | 114 | 40 |
| Binary | 10011 | 1111110 | 10001110 | 1010111 | 1011 | 0 | 101100 | 10111100 | 1001100 | 100000 |
Color Harmonies of #137E8E
Complementary color
Monochromatic Colors of #137E8E
Black with #137E8E
Text Example
Text Example
White with #137E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E8E; }
p { color: rgb(19,126,142); }
H1.HeaderClassName
{
color: #137E8E;
}
.AnyTagClassName
{
color: #137E8E;
}
</style>
background-color css
<style>
a { background-color: #137E8E; }
a { background-color: rgb(19,126,142); }
div.DivClassName
{
background-color: #137E8E;
}
.BgClassName
{
background-color: #137E8E;
}
</style>
border-color css
<style>
span { border-color: #137E8E; }
span { border-color: rgb(19,126,142); }
td.TdClassName
{
border-color: #137E8E;
}
.TagClassName
{
border-color: #137E8E;
}
</style>