Shades of Dark Cyan #078490
Tints of Dark Cyan #078490
RGB
CMYK
RGB Variations
Color information
#078490 (or 0x078490) is known color: Dark Cyan. HEX triplet: 07, 84 and 90. RGB value is (7,132,144). Sum of RGB (Red+Green+Blue) = 7+132+144=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #078490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078490 is #F87B6F. Grayscale: #5F5F5F. Windows color (decimal): -16284528 or 9470983. OLE color: 9470983.
HSL color Cylindrical-coordinate representation of color #078490: hue angle of 185.26º 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 #078490 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 132 | 144 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.44 |
| HSL | 185.26º | 0.91% | 0.3% | - |
| HSV(B) | 185.26º | 0.95% | 0.56% | - |
| XYZ | 13.37 | 18.56 | 29.26 | - |
| YUV | 95.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 144 | 0.95 | 0.08 | 0 | 0.44 | 185.26 | 0.91 | 0.3 |
| Hex | 7 | 84 | 90 | 5F | 8 | 0 | 2C | B9 | 5B | 1E |
| Octal | 7 | 204 | 220 | 137 | 10 | 0 | 54 | 271 | 133 | 36 |
| Binary | 111 | 10000100 | 10010000 | 1011111 | 1000 | 0 | 101100 | 10111001 | 1011011 | 11110 |
Color Harmonies of #078490
Complementary color
Monochromatic Colors of #078490
Black with #078490
Text Example
Text Example
White with #078490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078490; }
p { color: rgb(7,132,144); }
H1.HeaderClassName
{
color: #078490;
}
.AnyTagClassName
{
color: #078490;
}
</style>
background-color css
<style>
a { background-color: #078490; }
a { background-color: rgb(7,132,144); }
div.DivClassName
{
background-color: #078490;
}
.BgClassName
{
background-color: #078490;
}
</style>
border-color css
<style>
span { border-color: #078490; }
span { border-color: rgb(7,132,144); }
td.TdClassName
{
border-color: #078490;
}
.TagClassName
{
border-color: #078490;
}
</style>