Shades of Dark Cyan #078A8D
Tints of Dark Cyan #078A8D
RGB
CMYK
RGB Variations
Color information
#078A8D (or 0x078A8D) is known color: Dark Cyan. HEX triplet: 07, 8A and 8D. RGB value is (7,138,141). Sum of RGB (Red+Green+Blue) = 7+138+141=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #078A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A8D is #F87572. Grayscale: #636363. Windows color (decimal): -16282995 or 9275911. OLE color: 9275911.
HSL color Cylindrical-coordinate representation of color #078A8D: hue angle of 181.34º 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 #078A8D is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 138 | 141 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.45 |
| HSL | 181.34º | 0.91% | 0.29% | - |
| HSV(B) | 181.34º | 0.95% | 0.55% | - |
| XYZ | 13.98 | 20.15 | 28.35 | - |
| YUV | 99.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 141 | 0.95 | 0.02 | 0 | 0.45 | 181.34 | 0.91 | 0.29 |
| Hex | 7 | 8A | 8D | 5F | 2 | 0 | 2D | B5 | 5B | 1D |
| Octal | 7 | 212 | 215 | 137 | 2 | 0 | 55 | 265 | 133 | 35 |
| Binary | 111 | 10001010 | 10001101 | 1011111 | 10 | 0 | 101101 | 10110101 | 1011011 | 11101 |
Color Harmonies of #078A8D
Complementary color
Monochromatic Colors of #078A8D
Black with #078A8D
Text Example
Text Example
White with #078A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A8D; }
p { color: rgb(7,138,141); }
H1.HeaderClassName
{
color: #078A8D;
}
.AnyTagClassName
{
color: #078A8D;
}
</style>
background-color css
<style>
a { background-color: #078A8D; }
a { background-color: rgb(7,138,141); }
div.DivClassName
{
background-color: #078A8D;
}
.BgClassName
{
background-color: #078A8D;
}
</style>
border-color css
<style>
span { border-color: #078A8D; }
span { border-color: rgb(7,138,141); }
td.TdClassName
{
border-color: #078A8D;
}
.TagClassName
{
border-color: #078A8D;
}
</style>