Shades of Dark Cyan #078F8C
Tints of Dark Cyan #078F8C
RGB
CMYK
RGB Variations
Color information
#078F8C (or 0x078F8C) is known color: Dark Cyan. HEX triplet: 07, 8F and 8C. RGB value is (7,143,140). Sum of RGB (Red+Green+Blue) = 7+143+140=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #078F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F8C is #F87073. Grayscale: #656565. Windows color (decimal): -16281716 or 9211655. OLE color: 9211655.
HSL color Cylindrical-coordinate representation of color #078F8C: hue angle of 178.68º 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 #078F8C is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 140 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.44 |
| HSL | 178.68º | 0.91% | 0.29% | - |
| HSV(B) | 178.68º | 0.95% | 0.56% | - |
| XYZ | 14.64 | 21.58 | 28.21 | - |
| YUV | 101.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 140 | 0.95 | 0 | 0.02 | 0.44 | 178.68 | 0.91 | 0.29 |
| Hex | 7 | 8F | 8C | 5F | 0 | 2 | 2C | B3 | 5B | 1D |
| Octal | 7 | 217 | 214 | 137 | 0 | 2 | 54 | 263 | 133 | 35 |
| Binary | 111 | 10001111 | 10001100 | 1011111 | 0 | 10 | 101100 | 10110011 | 1011011 | 11101 |
Color Harmonies of #078F8C
Complementary color
Monochromatic Colors of #078F8C
Black with #078F8C
Text Example
Text Example
White with #078F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F8C; }
p { color: rgb(7,143,140); }
H1.HeaderClassName
{
color: #078F8C;
}
.AnyTagClassName
{
color: #078F8C;
}
</style>
background-color css
<style>
a { background-color: #078F8C; }
a { background-color: rgb(7,143,140); }
div.DivClassName
{
background-color: #078F8C;
}
.BgClassName
{
background-color: #078F8C;
}
</style>
border-color css
<style>
span { border-color: #078F8C; }
span { border-color: rgb(7,143,140); }
td.TdClassName
{
border-color: #078F8C;
}
.TagClassName
{
border-color: #078F8C;
}
</style>