Shades of Dark Cyan #147F8C
Tints of Dark Cyan #147F8C
RGB
CMYK
RGB Variations
Color information
#147F8C (or 0x147F8C) is known color: Dark Cyan. HEX triplet: 14, 7F and 8C. RGB value is (20,127,140). Sum of RGB (Red+Green+Blue) = 20+127+140=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #147F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F8C is #EB8073. Grayscale: #606060. Windows color (decimal): -15433844 or 9207572. OLE color: 9207572.
HSL color Cylindrical-coordinate representation of color #147F8C: hue angle of 186.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147F8C is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 127 | 140 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.45 |
| HSL | 186.5º | 0.75% | 0.31% | - |
| HSV(B) | 186.5º | 0.86% | 0.55% | - |
| XYZ | 12.61 | 17.22 | 27.47 | - |
| YUV | 96.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 140 | 0.86 | 0.09 | 0 | 0.45 | 186.5 | 0.75 | 0.31 |
| Hex | 14 | 7F | 8C | 56 | 9 | 0 | 2D | BA | 4B | 1F |
| Octal | 24 | 177 | 214 | 126 | 11 | 0 | 55 | 272 | 113 | 37 |
| Binary | 10100 | 1111111 | 10001100 | 1010110 | 1001 | 0 | 101101 | 10111010 | 1001011 | 11111 |
Color Harmonies of #147F8C
Complementary color
Monochromatic Colors of #147F8C
Black with #147F8C
Text Example
Text Example
White with #147F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F8C; }
p { color: rgb(20,127,140); }
H1.HeaderClassName
{
color: #147F8C;
}
.AnyTagClassName
{
color: #147F8C;
}
</style>
background-color css
<style>
a { background-color: #147F8C; }
a { background-color: rgb(20,127,140); }
div.DivClassName
{
background-color: #147F8C;
}
.BgClassName
{
background-color: #147F8C;
}
</style>
border-color css
<style>
span { border-color: #147F8C; }
span { border-color: rgb(20,127,140); }
td.TdClassName
{
border-color: #147F8C;
}
.TagClassName
{
border-color: #147F8C;
}
</style>