Shades of Dark Cyan #078F80
Tints of Dark Cyan #078F80
RGB
CMYK
RGB Variations
Color information
#078F80 (or 0x078F80) is known color: Dark Cyan. HEX triplet: 07, 8F and 80. RGB value is (7,143,128). Sum of RGB (Red+Green+Blue) = 7+143+128=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #078F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F80 is #F8707F. Grayscale: #646464. Windows color (decimal): -16281728 or 8425223. OLE color: 8425223.
HSL color Cylindrical-coordinate representation of color #078F80: hue angle of 173.38º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F80 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 128 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.44 |
| HSL | 173.38º | 0.91% | 0.29% | - |
| HSV(B) | 173.38º | 0.95% | 0.56% | - |
| XYZ | 13.81 | 21.25 | 23.8 | - |
| YUV | 100.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 128 | 0.95 | 0 | 0.10 | 0.44 | 173.38 | 0.91 | 0.29 |
| Hex | 7 | 8F | 80 | 5F | 0 | A | 2C | AD | 5B | 1D |
| Octal | 7 | 217 | 200 | 137 | 0 | 12 | 54 | 255 | 133 | 35 |
| Binary | 111 | 10001111 | 10000000 | 1011111 | 0 | 1010 | 101100 | 10101101 | 1011011 | 11101 |
Color Harmonies of #078F80
Complementary color
Monochromatic Colors of #078F80
Black with #078F80
Text Example
Text Example
White with #078F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F80; }
p { color: rgb(7,143,128); }
H1.HeaderClassName
{
color: #078F80;
}
.AnyTagClassName
{
color: #078F80;
}
</style>
background-color css
<style>
a { background-color: #078F80; }
a { background-color: rgb(7,143,128); }
div.DivClassName
{
background-color: #078F80;
}
.BgClassName
{
background-color: #078F80;
}
</style>
border-color css
<style>
span { border-color: #078F80; }
span { border-color: rgb(7,143,128); }
td.TdClassName
{
border-color: #078F80;
}
.TagClassName
{
border-color: #078F80;
}
</style>