Shades of Dark Cyan #007F8D
Tints of Dark Cyan #007F8D
RGB
CMYK
RGB Variations
Color information
#007F8D (or 0x007F8D) is known color: Dark Cyan. HEX triplet: 00, 7F and 8D. RGB value is (0,127,141). Sum of RGB (Red+Green+Blue) = 0+127+141=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #007F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F8D is #FF8072. Grayscale: #5A5A5A. Windows color (decimal): -16744563 or 9273088. OLE color: 9273088.
HSL color Cylindrical-coordinate representation of color #007F8D: hue angle of 185.96º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F8D is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 127 | 141 | - |
| CMYK | 1 | 0.10 | 0 | 0.45 |
| HSL | 185.96º | 1% | 0.28% | - |
| HSV(B) | 185.96º | 1% | 0.55% | - |
| XYZ | 12.4 | 17.1 | 27.85 | - |
| YUV | 90.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 141 | 1 | 0.10 | 0 | 0.45 | 185.96 | 1 | 0.28 |
| Hex | 0 | 7F | 8D | 64 | A | 0 | 2D | BA | 64 | 1C |
| Octal | 0 | 177 | 215 | 144 | 12 | 0 | 55 | 272 | 144 | 34 |
| Binary | 0 | 1111111 | 10001101 | 1100100 | 1010 | 0 | 101101 | 10111010 | 1100100 | 11100 |
Color Harmonies of #007F8D
Complementary color
Monochromatic Colors of #007F8D
Black with #007F8D
Text Example
Text Example
White with #007F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F8D; }
p { color: rgb(0,127,141); }
H1.HeaderClassName
{
color: #007F8D;
}
.AnyTagClassName
{
color: #007F8D;
}
</style>
background-color css
<style>
a { background-color: #007F8D; }
a { background-color: rgb(0,127,141); }
div.DivClassName
{
background-color: #007F8D;
}
.BgClassName
{
background-color: #007F8D;
}
</style>
border-color css
<style>
span { border-color: #007F8D; }
span { border-color: rgb(0,127,141); }
td.TdClassName
{
border-color: #007F8D;
}
.TagClassName
{
border-color: #007F8D;
}
</style>