Shades of Dark Cyan #078A90
Tints of Dark Cyan #078A90
RGB
CMYK
RGB Variations
Color information
#078A90 (or 0x078A90) is known color: Dark Cyan. HEX triplet: 07, 8A and 90. RGB value is (7,138,144). Sum of RGB (Red+Green+Blue) = 7+138+144=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #078A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A90 is #F8756F. Grayscale: #636363. Windows color (decimal): -16282992 or 9472519. OLE color: 9472519.
HSL color Cylindrical-coordinate representation of color #078A90: hue angle of 182.63º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A90 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 138 | 144 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.44 |
| HSL | 182.63º | 0.91% | 0.3% | - |
| HSV(B) | 182.63º | 0.95% | 0.56% | - |
| XYZ | 14.21 | 20.24 | 29.54 | - |
| YUV | 99.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 144 | 0.95 | 0.04 | 0 | 0.44 | 182.63 | 0.91 | 0.3 |
| Hex | 7 | 8A | 90 | 5F | 4 | 0 | 2C | B7 | 5B | 1E |
| Octal | 7 | 212 | 220 | 137 | 4 | 0 | 54 | 267 | 133 | 36 |
| Binary | 111 | 10001010 | 10010000 | 1011111 | 100 | 0 | 101100 | 10110111 | 1011011 | 11110 |
Color Harmonies of #078A90
Complementary color
Monochromatic Colors of #078A90
Black with #078A90
Text Example
Text Example
White with #078A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A90; }
p { color: rgb(7,138,144); }
H1.HeaderClassName
{
color: #078A90;
}
.AnyTagClassName
{
color: #078A90;
}
</style>
background-color css
<style>
a { background-color: #078A90; }
a { background-color: rgb(7,138,144); }
div.DivClassName
{
background-color: #078A90;
}
.BgClassName
{
background-color: #078A90;
}
</style>
border-color css
<style>
span { border-color: #078A90; }
span { border-color: rgb(7,138,144); }
td.TdClassName
{
border-color: #078A90;
}
.TagClassName
{
border-color: #078A90;
}
</style>