Shades of Dark Cyan #127E8E
Tints of Dark Cyan #127E8E
RGB
CMYK
RGB Variations
Color information
#127E8E (or 0x127E8E) is known color: Dark Cyan. HEX triplet: 12, 7E and 8E. RGB value is (18,126,142). Sum of RGB (Red+Green+Blue) = 18+126+142=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #127E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E8E is #ED8171. Grayscale: #5F5F5F. Windows color (decimal): -15565170 or 9338386. OLE color: 9338386.
HSL color Cylindrical-coordinate representation of color #127E8E: hue angle of 187.74º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127E8E is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 126 | 142 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.44 |
| HSL | 187.74º | 0.78% | 0.31% | - |
| HSV(B) | 187.74º | 0.87% | 0.56% | - |
| XYZ | 12.59 | 17 | 28.21 | - |
| YUV | 95.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 142 | 0.87 | 0.11 | 0 | 0.44 | 187.74 | 0.78 | 0.31 |
| Hex | 12 | 7E | 8E | 57 | B | 0 | 2C | BC | 4E | 1F |
| Octal | 22 | 176 | 216 | 127 | 13 | 0 | 54 | 274 | 116 | 37 |
| Binary | 10010 | 1111110 | 10001110 | 1010111 | 1011 | 0 | 101100 | 10111100 | 1001110 | 11111 |
Color Harmonies of #127E8E
Complementary color
Monochromatic Colors of #127E8E
Black with #127E8E
Text Example
Text Example
White with #127E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E8E; }
p { color: rgb(18,126,142); }
H1.HeaderClassName
{
color: #127E8E;
}
.AnyTagClassName
{
color: #127E8E;
}
</style>
background-color css
<style>
a { background-color: #127E8E; }
a { background-color: rgb(18,126,142); }
div.DivClassName
{
background-color: #127E8E;
}
.BgClassName
{
background-color: #127E8E;
}
</style>
border-color css
<style>
span { border-color: #127E8E; }
span { border-color: rgb(18,126,142); }
td.TdClassName
{
border-color: #127E8E;
}
.TagClassName
{
border-color: #127E8E;
}
</style>