Shades of Dark Cyan #078D8A
Tints of Dark Cyan #078D8A
RGB
CMYK
RGB Variations
Color information
#078D8A (or 0x078D8A) is known color: Dark Cyan. HEX triplet: 07, 8D and 8A. RGB value is (7,141,138). Sum of RGB (Red+Green+Blue) = 7+141+138=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #078D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D8A is #F87275. Grayscale: #646464. Windows color (decimal): -16282230 or 9080071. OLE color: 9080071.
HSL color Cylindrical-coordinate representation of color #078D8A: hue angle of 178.66º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D8A is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 138 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.45 |
| HSL | 178.66º | 0.91% | 0.29% | - |
| HSV(B) | 178.66º | 0.95% | 0.55% | - |
| XYZ | 14.2 | 20.93 | 27.34 | - |
| YUV | 100.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 138 | 0.95 | 0 | 0.02 | 0.45 | 178.66 | 0.91 | 0.29 |
| Hex | 7 | 8D | 8A | 5F | 0 | 2 | 2D | B3 | 5B | 1D |
| Octal | 7 | 215 | 212 | 137 | 0 | 2 | 55 | 263 | 133 | 35 |
| Binary | 111 | 10001101 | 10001010 | 1011111 | 0 | 10 | 101101 | 10110011 | 1011011 | 11101 |
Color Harmonies of #078D8A
Complementary color
Monochromatic Colors of #078D8A
Black with #078D8A
Text Example
Text Example
White with #078D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D8A; }
p { color: rgb(7,141,138); }
H1.HeaderClassName
{
color: #078D8A;
}
.AnyTagClassName
{
color: #078D8A;
}
</style>
background-color css
<style>
a { background-color: #078D8A; }
a { background-color: rgb(7,141,138); }
div.DivClassName
{
background-color: #078D8A;
}
.BgClassName
{
background-color: #078D8A;
}
</style>
border-color css
<style>
span { border-color: #078D8A; }
span { border-color: rgb(7,141,138); }
td.TdClassName
{
border-color: #078D8A;
}
.TagClassName
{
border-color: #078D8A;
}
</style>