Shades of Dark Cyan #078689
Tints of Dark Cyan #078689
RGB
CMYK
RGB Variations
Color information
#078689 (or 0x078689) is known color: Dark Cyan. HEX triplet: 07, 86 and 89. RGB value is (7,134,137). Sum of RGB (Red+Green+Blue) = 7+134+137=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #078689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078689 is #F87976. Grayscale: #606060. Windows color (decimal): -16284023 or 9012743. OLE color: 9012743.
HSL color Cylindrical-coordinate representation of color #078689: hue angle of 181.38º 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 #078689 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 134 | 137 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.46 |
| HSL | 181.38º | 0.9% | 0.28% | - |
| HSV(B) | 181.38º | 0.95% | 0.54% | - |
| XYZ | 13.13 | 18.9 | 26.62 | - |
| YUV | 96.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 137 | 0.95 | 0.02 | 0 | 0.46 | 181.38 | 0.9 | 0.28 |
| Hex | 7 | 86 | 89 | 5F | 2 | 0 | 2E | B5 | 5A | 1C |
| Octal | 7 | 206 | 211 | 137 | 2 | 0 | 56 | 265 | 132 | 34 |
| Binary | 111 | 10000110 | 10001001 | 1011111 | 10 | 0 | 101110 | 10110101 | 1011010 | 11100 |
Color Harmonies of #078689
Complementary color
Monochromatic Colors of #078689
Black with #078689
Text Example
Text Example
White with #078689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078689; }
p { color: rgb(7,134,137); }
H1.HeaderClassName
{
color: #078689;
}
.AnyTagClassName
{
color: #078689;
}
</style>
background-color css
<style>
a { background-color: #078689; }
a { background-color: rgb(7,134,137); }
div.DivClassName
{
background-color: #078689;
}
.BgClassName
{
background-color: #078689;
}
</style>
border-color css
<style>
span { border-color: #078689; }
span { border-color: rgb(7,134,137); }
td.TdClassName
{
border-color: #078689;
}
.TagClassName
{
border-color: #078689;
}
</style>