Shades of Dark Cyan #078389
Tints of Dark Cyan #078389
RGB
CMYK
RGB Variations
Color information
#078389 (or 0x078389) is known color: Dark Cyan. HEX triplet: 07, 83 and 89. RGB value is (7,131,137). Sum of RGB (Red+Green+Blue) = 7+131+137=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #078389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078389 is #F87C76. Grayscale: #5E5E5E. Windows color (decimal): -16284791 or 9011975. OLE color: 9011975.
HSL color Cylindrical-coordinate representation of color #078389: hue angle of 182.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078389 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 131 | 137 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.46 |
| HSL | 182.77º | 0.9% | 0.28% | - |
| HSV(B) | 182.77º | 0.95% | 0.54% | - |
| XYZ | 12.72 | 18.08 | 26.49 | - |
| YUV | 94.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 137 | 0.95 | 0.04 | 0 | 0.46 | 182.77 | 0.9 | 0.28 |
| Hex | 7 | 83 | 89 | 5F | 4 | 0 | 2E | B7 | 5A | 1C |
| Octal | 7 | 203 | 211 | 137 | 4 | 0 | 56 | 267 | 132 | 34 |
| Binary | 111 | 10000011 | 10001001 | 1011111 | 100 | 0 | 101110 | 10110111 | 1011010 | 11100 |
Color Harmonies of #078389
Complementary color
Monochromatic Colors of #078389
Black with #078389
Text Example
Text Example
White with #078389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078389; }
p { color: rgb(7,131,137); }
H1.HeaderClassName
{
color: #078389;
}
.AnyTagClassName
{
color: #078389;
}
</style>
background-color css
<style>
a { background-color: #078389; }
a { background-color: rgb(7,131,137); }
div.DivClassName
{
background-color: #078389;
}
.BgClassName
{
background-color: #078389;
}
</style>
border-color css
<style>
span { border-color: #078389; }
span { border-color: rgb(7,131,137); }
td.TdClassName
{
border-color: #078389;
}
.TagClassName
{
border-color: #078389;
}
</style>