Shades of Dark Cyan #078C7F
Tints of Dark Cyan #078C7F
RGB
CMYK
RGB Variations
Color information
#078C7F (or 0x078C7F) is known color: Dark Cyan. HEX triplet: 07, 8C and 7F. RGB value is (7,140,127). Sum of RGB (Red+Green+Blue) = 7+140+127=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #078C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C7F is #F87380. Grayscale: #626262. Windows color (decimal): -16282497 or 8358919. OLE color: 8358919.
HSL color Cylindrical-coordinate representation of color #078C7F: hue angle of 174.14º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C7F is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 127 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.45 |
| HSL | 174.14º | 0.9% | 0.29% | - |
| HSV(B) | 174.14º | 0.95% | 0.55% | - |
| XYZ | 13.3 | 20.33 | 23.3 | - |
| YUV | 98.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 127 | 0.95 | 0 | 0.09 | 0.45 | 174.14 | 0.9 | 0.29 |
| Hex | 7 | 8C | 7F | 5F | 0 | 9 | 2D | AE | 5A | 1D |
| Octal | 7 | 214 | 177 | 137 | 0 | 11 | 55 | 256 | 132 | 35 |
| Binary | 111 | 10001100 | 1111111 | 1011111 | 0 | 1001 | 101101 | 10101110 | 1011010 | 11101 |
Color Harmonies of #078C7F
Complementary color
Monochromatic Colors of #078C7F
Black with #078C7F
Text Example
Text Example
White with #078C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C7F; }
p { color: rgb(7,140,127); }
H1.HeaderClassName
{
color: #078C7F;
}
.AnyTagClassName
{
color: #078C7F;
}
</style>
background-color css
<style>
a { background-color: #078C7F; }
a { background-color: rgb(7,140,127); }
div.DivClassName
{
background-color: #078C7F;
}
.BgClassName
{
background-color: #078C7F;
}
</style>
border-color css
<style>
span { border-color: #078C7F; }
span { border-color: rgb(7,140,127); }
td.TdClassName
{
border-color: #078C7F;
}
.TagClassName
{
border-color: #078C7F;
}
</style>