Shades of Dark Cyan #127F8C
Tints of Dark Cyan #127F8C
RGB
CMYK
RGB Variations
Color information
#127F8C (or 0x127F8C) is known color: Dark Cyan. HEX triplet: 12, 7F and 8C. RGB value is (18,127,140). Sum of RGB (Red+Green+Blue) = 18+127+140=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #127F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F8C is #ED8073. Grayscale: #5F5F5F. Windows color (decimal): -15564916 or 9207570. OLE color: 9207570.
HSL color Cylindrical-coordinate representation of color #127F8C: hue angle of 186.39º 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 #127F8C is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 127 | 140 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.45 |
| HSL | 186.39º | 0.77% | 0.31% | - |
| HSV(B) | 186.39º | 0.87% | 0.55% | - |
| XYZ | 12.57 | 17.2 | 27.47 | - |
| YUV | 95.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 140 | 0.87 | 0.09 | 0 | 0.45 | 186.39 | 0.77 | 0.31 |
| Hex | 12 | 7F | 8C | 57 | 9 | 0 | 2D | BA | 4D | 1F |
| Octal | 22 | 177 | 214 | 127 | 11 | 0 | 55 | 272 | 115 | 37 |
| Binary | 10010 | 1111111 | 10001100 | 1010111 | 1001 | 0 | 101101 | 10111010 | 1001101 | 11111 |
Color Harmonies of #127F8C
Complementary color
Monochromatic Colors of #127F8C
Black with #127F8C
Text Example
Text Example
White with #127F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F8C; }
p { color: rgb(18,127,140); }
H1.HeaderClassName
{
color: #127F8C;
}
.AnyTagClassName
{
color: #127F8C;
}
</style>
background-color css
<style>
a { background-color: #127F8C; }
a { background-color: rgb(18,127,140); }
div.DivClassName
{
background-color: #127F8C;
}
.BgClassName
{
background-color: #127F8C;
}
</style>
border-color css
<style>
span { border-color: #127F8C; }
span { border-color: rgb(18,127,140); }
td.TdClassName
{
border-color: #127F8C;
}
.TagClassName
{
border-color: #127F8C;
}
</style>