Shades of Dark Cyan #078492
Tints of Dark Cyan #078492
RGB
CMYK
RGB Variations
Color information
#078492 (or 0x078492) is known color: Dark Cyan. HEX triplet: 07, 84 and 92. RGB value is (7,132,146). Sum of RGB (Red+Green+Blue) = 7+132+146=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #078492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078492 is #F87B6D. Grayscale: #606060. Windows color (decimal): -16284526 or 9602055. OLE color: 9602055.
HSL color Cylindrical-coordinate representation of color #078492: hue angle of 186.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078492 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 132 | 146 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.43 |
| HSL | 186.04º | 0.91% | 0.3% | - |
| HSV(B) | 186.04º | 0.95% | 0.57% | - |
| XYZ | 13.53 | 18.62 | 30.08 | - |
| YUV | 96.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 146 | 0.95 | 0.10 | 0 | 0.43 | 186.04 | 0.91 | 0.3 |
| Hex | 7 | 84 | 92 | 5F | A | 0 | 2B | BA | 5B | 1E |
| Octal | 7 | 204 | 222 | 137 | 12 | 0 | 53 | 272 | 133 | 36 |
| Binary | 111 | 10000100 | 10010010 | 1011111 | 1010 | 0 | 101011 | 10111010 | 1011011 | 11110 |
Color Harmonies of #078492
Complementary color
Monochromatic Colors of #078492
Black with #078492
Text Example
Text Example
White with #078492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078492; }
p { color: rgb(7,132,146); }
H1.HeaderClassName
{
color: #078492;
}
.AnyTagClassName
{
color: #078492;
}
</style>
background-color css
<style>
a { background-color: #078492; }
a { background-color: rgb(7,132,146); }
div.DivClassName
{
background-color: #078492;
}
.BgClassName
{
background-color: #078492;
}
</style>
border-color css
<style>
span { border-color: #078492; }
span { border-color: rgb(7,132,146); }
td.TdClassName
{
border-color: #078492;
}
.TagClassName
{
border-color: #078492;
}
</style>