Shades of Dark Cyan #078F86
Tints of Dark Cyan #078F86
RGB
CMYK
RGB Variations
Color information
#078F86 (or 0x078F86) is known color: Dark Cyan. HEX triplet: 07, 8F and 86. RGB value is (7,143,134). Sum of RGB (Red+Green+Blue) = 7+143+134=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #078F86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F86 is #F87079. Grayscale: #656565. Windows color (decimal): -16281722 or 8818439. OLE color: 8818439.
HSL color Cylindrical-coordinate representation of color #078F86: hue angle of 176.03º 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 #078F86 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 134 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.44 |
| HSL | 176.03º | 0.91% | 0.29% | - |
| HSV(B) | 176.03º | 0.95% | 0.56% | - |
| XYZ | 14.21 | 21.41 | 25.94 | - |
| YUV | 101.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 134 | 0.95 | 0 | 0.06 | 0.44 | 176.03 | 0.91 | 0.29 |
| Hex | 7 | 8F | 86 | 5F | 0 | 6 | 2C | B0 | 5B | 1D |
| Octal | 7 | 217 | 206 | 137 | 0 | 6 | 54 | 260 | 133 | 35 |
| Binary | 111 | 10001111 | 10000110 | 1011111 | 0 | 110 | 101100 | 10110000 | 1011011 | 11101 |
Color Harmonies of #078F86
Complementary color
Monochromatic Colors of #078F86
Black with #078F86
Text Example
Text Example
White with #078F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F86; }
p { color: rgb(7,143,134); }
H1.HeaderClassName
{
color: #078F86;
}
.AnyTagClassName
{
color: #078F86;
}
</style>
background-color css
<style>
a { background-color: #078F86; }
a { background-color: rgb(7,143,134); }
div.DivClassName
{
background-color: #078F86;
}
.BgClassName
{
background-color: #078F86;
}
</style>
border-color css
<style>
span { border-color: #078F86; }
span { border-color: rgb(7,143,134); }
td.TdClassName
{
border-color: #078F86;
}
.TagClassName
{
border-color: #078F86;
}
</style>