Shades of Dark Cyan #078991
Tints of Dark Cyan #078991
RGB
CMYK
RGB Variations
Color information
#078991 (or 0x078991) is known color: Dark Cyan. HEX triplet: 07, 89 and 91. RGB value is (7,137,145). Sum of RGB (Red+Green+Blue) = 7+137+145=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #078991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078991 is #F8766E. Grayscale: #626262. Windows color (decimal): -16283247 or 9537799. OLE color: 9537799.
HSL color Cylindrical-coordinate representation of color #078991: hue angle of 183.48º 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 #078991 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 137 | 145 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.43 |
| HSL | 183.48º | 0.91% | 0.3% | - |
| HSV(B) | 183.48º | 0.95% | 0.57% | - |
| XYZ | 14.14 | 19.98 | 29.9 | - |
| YUV | 99.04 | 153.93 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 145 | 0.95 | 0.06 | 0 | 0.43 | 183.48 | 0.91 | 0.3 |
| Hex | 7 | 89 | 91 | 5F | 6 | 0 | 2B | B7 | 5B | 1E |
| Octal | 7 | 211 | 221 | 137 | 6 | 0 | 53 | 267 | 133 | 36 |
| Binary | 111 | 10001001 | 10010001 | 1011111 | 110 | 0 | 101011 | 10110111 | 1011011 | 11110 |
Color Harmonies of #078991
Complementary color
Monochromatic Colors of #078991
Black with #078991
Text Example
Text Example
White with #078991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078991; }
p { color: rgb(7,137,145); }
H1.HeaderClassName
{
color: #078991;
}
.AnyTagClassName
{
color: #078991;
}
</style>
background-color css
<style>
a { background-color: #078991; }
a { background-color: rgb(7,137,145); }
div.DivClassName
{
background-color: #078991;
}
.BgClassName
{
background-color: #078991;
}
</style>
border-color css
<style>
span { border-color: #078991; }
span { border-color: rgb(7,137,145); }
td.TdClassName
{
border-color: #078991;
}
.TagClassName
{
border-color: #078991;
}
</style>