Shades of Dark Cyan #127F8D
Tints of Dark Cyan #127F8D
RGB
CMYK
RGB Variations
Color information
#127F8D (or 0x127F8D) is known color: Dark Cyan. HEX triplet: 12, 7F and 8D. RGB value is (18,127,141). Sum of RGB (Red+Green+Blue) = 18+127+141=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #127F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F8D is #ED8072. Grayscale: #5F5F5F. Windows color (decimal): -15564915 or 9273106. OLE color: 9273106.
HSL color Cylindrical-coordinate representation of color #127F8D: hue angle of 186.83º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127F8D is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 127 | 141 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.45 |
| HSL | 186.83º | 0.77% | 0.31% | - |
| HSV(B) | 186.83º | 0.87% | 0.55% | - |
| XYZ | 12.65 | 17.23 | 27.86 | - |
| YUV | 96.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 141 | 0.87 | 0.10 | 0 | 0.45 | 186.83 | 0.77 | 0.31 |
| Hex | 12 | 7F | 8D | 57 | A | 0 | 2D | BB | 4D | 1F |
| Octal | 22 | 177 | 215 | 127 | 12 | 0 | 55 | 273 | 115 | 37 |
| Binary | 10010 | 1111111 | 10001101 | 1010111 | 1010 | 0 | 101101 | 10111011 | 1001101 | 11111 |
Color Harmonies of #127F8D
Complementary color
Monochromatic Colors of #127F8D
Black with #127F8D
Text Example
Text Example
White with #127F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F8D; }
p { color: rgb(18,127,141); }
H1.HeaderClassName
{
color: #127F8D;
}
.AnyTagClassName
{
color: #127F8D;
}
</style>
background-color css
<style>
a { background-color: #127F8D; }
a { background-color: rgb(18,127,141); }
div.DivClassName
{
background-color: #127F8D;
}
.BgClassName
{
background-color: #127F8D;
}
</style>
border-color css
<style>
span { border-color: #127F8D; }
span { border-color: rgb(18,127,141); }
td.TdClassName
{
border-color: #127F8D;
}
.TagClassName
{
border-color: #127F8D;
}
</style>