Shades of Dark Cyan #078F84
Tints of Dark Cyan #078F84
RGB
CMYK
RGB Variations
Color information
#078F84 (or 0x078F84) is known color: Dark Cyan. HEX triplet: 07, 8F and 84. RGB value is (7,143,132). Sum of RGB (Red+Green+Blue) = 7+143+132=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #078F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F84 is #F8707B. Grayscale: #646464. Windows color (decimal): -16281724 or 8687367. OLE color: 8687367.
HSL color Cylindrical-coordinate representation of color #078F84: hue angle of 175.15º 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 #078F84 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 132 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.44 |
| HSL | 175.15º | 0.91% | 0.29% | - |
| HSV(B) | 175.15º | 0.95% | 0.56% | - |
| XYZ | 14.07 | 21.36 | 25.21 | - |
| YUV | 101.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 132 | 0.95 | 0 | 0.08 | 0.44 | 175.15 | 0.91 | 0.29 |
| Hex | 7 | 8F | 84 | 5F | 0 | 8 | 2C | AF | 5B | 1D |
| Octal | 7 | 217 | 204 | 137 | 0 | 10 | 54 | 257 | 133 | 35 |
| Binary | 111 | 10001111 | 10000100 | 1011111 | 0 | 1000 | 101100 | 10101111 | 1011011 | 11101 |
Color Harmonies of #078F84
Complementary color
Monochromatic Colors of #078F84
Black with #078F84
Text Example
Text Example
White with #078F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F84; }
p { color: rgb(7,143,132); }
H1.HeaderClassName
{
color: #078F84;
}
.AnyTagClassName
{
color: #078F84;
}
</style>
background-color css
<style>
a { background-color: #078F84; }
a { background-color: rgb(7,143,132); }
div.DivClassName
{
background-color: #078F84;
}
.BgClassName
{
background-color: #078F84;
}
</style>
border-color css
<style>
span { border-color: #078F84; }
span { border-color: rgb(7,143,132); }
td.TdClassName
{
border-color: #078F84;
}
.TagClassName
{
border-color: #078F84;
}
</style>