Shades of Dark Cyan #078390
Tints of Dark Cyan #078390
RGB
CMYK
RGB Variations
Color information
#078390 (or 0x078390) is known color: Dark Cyan. HEX triplet: 07, 83 and 90. RGB value is (7,131,144). Sum of RGB (Red+Green+Blue) = 7+131+144=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #078390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078390 is #F87C6F. Grayscale: #5F5F5F. Windows color (decimal): -16284784 or 9470727. OLE color: 9470727.
HSL color Cylindrical-coordinate representation of color #078390: hue angle of 185.69º 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 #078390 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 131 | 144 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.44 |
| HSL | 185.69º | 0.91% | 0.3% | - |
| HSV(B) | 185.69º | 0.95% | 0.56% | - |
| XYZ | 13.24 | 18.29 | 29.22 | - |
| YUV | 95.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 144 | 0.95 | 0.09 | 0 | 0.44 | 185.69 | 0.91 | 0.3 |
| Hex | 7 | 83 | 90 | 5F | 9 | 0 | 2C | BA | 5B | 1E |
| Octal | 7 | 203 | 220 | 137 | 11 | 0 | 54 | 272 | 133 | 36 |
| Binary | 111 | 10000011 | 10010000 | 1011111 | 1001 | 0 | 101100 | 10111010 | 1011011 | 11110 |
Color Harmonies of #078390
Complementary color
Monochromatic Colors of #078390
Black with #078390
Text Example
Text Example
White with #078390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078390; }
p { color: rgb(7,131,144); }
H1.HeaderClassName
{
color: #078390;
}
.AnyTagClassName
{
color: #078390;
}
</style>
background-color css
<style>
a { background-color: #078390; }
a { background-color: rgb(7,131,144); }
div.DivClassName
{
background-color: #078390;
}
.BgClassName
{
background-color: #078390;
}
</style>
border-color css
<style>
span { border-color: #078390; }
span { border-color: rgb(7,131,144); }
td.TdClassName
{
border-color: #078390;
}
.TagClassName
{
border-color: #078390;
}
</style>