Shades of Dark Cyan #078F7F
Tints of Dark Cyan #078F7F
RGB
CMYK
RGB Variations
Color information
#078F7F (or 0x078F7F) is known color: Dark Cyan. HEX triplet: 07, 8F and 7F. RGB value is (7,143,127). Sum of RGB (Red+Green+Blue) = 7+143+127=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #078F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F7F is #F87080. Grayscale: #646464. Windows color (decimal): -16281729 or 8359687. OLE color: 8359687.
HSL color Cylindrical-coordinate representation of color #078F7F: hue angle of 172.94º 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 #078F7F is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 127 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.44 |
| HSL | 172.94º | 0.91% | 0.29% | - |
| HSV(B) | 172.94º | 0.95% | 0.56% | - |
| XYZ | 13.74 | 21.22 | 23.45 | - |
| YUV | 100.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 127 | 0.95 | 0 | 0.11 | 0.44 | 172.94 | 0.91 | 0.29 |
| Hex | 7 | 8F | 7F | 5F | 0 | B | 2C | AD | 5B | 1D |
| Octal | 7 | 217 | 177 | 137 | 0 | 13 | 54 | 255 | 133 | 35 |
| Binary | 111 | 10001111 | 1111111 | 1011111 | 0 | 1011 | 101100 | 10101101 | 1011011 | 11101 |
Color Harmonies of #078F7F
Complementary color
Monochromatic Colors of #078F7F
Black with #078F7F
Text Example
Text Example
White with #078F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F7F; }
p { color: rgb(7,143,127); }
H1.HeaderClassName
{
color: #078F7F;
}
.AnyTagClassName
{
color: #078F7F;
}
</style>
background-color css
<style>
a { background-color: #078F7F; }
a { background-color: rgb(7,143,127); }
div.DivClassName
{
background-color: #078F7F;
}
.BgClassName
{
background-color: #078F7F;
}
</style>
border-color css
<style>
span { border-color: #078F7F; }
span { border-color: rgb(7,143,127); }
td.TdClassName
{
border-color: #078F7F;
}
.TagClassName
{
border-color: #078F7F;
}
</style>