Shades of Dark Cyan #078A89
Tints of Dark Cyan #078A89
RGB
CMYK
RGB Variations
Color information
#078A89 (or 0x078A89) is known color: Dark Cyan. HEX triplet: 07, 8A and 89. RGB value is (7,138,137). Sum of RGB (Red+Green+Blue) = 7+138+137=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #078A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A89 is #F87576. Grayscale: #626262. Windows color (decimal): -16282999 or 9013767. OLE color: 9013767.
HSL color Cylindrical-coordinate representation of color #078A89: hue angle of 179.54º 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 #078A89 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 137 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.46 |
| HSL | 179.54º | 0.9% | 0.28% | - |
| HSV(B) | 179.54º | 0.95% | 0.54% | - |
| XYZ | 13.69 | 20.03 | 26.81 | - |
| YUV | 98.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 137 | 0.95 | 0 | 0.01 | 0.46 | 179.54 | 0.9 | 0.28 |
| Hex | 7 | 8A | 89 | 5F | 0 | 1 | 2E | B4 | 5A | 1C |
| Octal | 7 | 212 | 211 | 137 | 0 | 1 | 56 | 264 | 132 | 34 |
| Binary | 111 | 10001010 | 10001001 | 1011111 | 0 | 1 | 101110 | 10110100 | 1011010 | 11100 |
Color Harmonies of #078A89
Complementary color
Monochromatic Colors of #078A89
Black with #078A89
Text Example
Text Example
White with #078A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A89; }
p { color: rgb(7,138,137); }
H1.HeaderClassName
{
color: #078A89;
}
.AnyTagClassName
{
color: #078A89;
}
</style>
background-color css
<style>
a { background-color: #078A89; }
a { background-color: rgb(7,138,137); }
div.DivClassName
{
background-color: #078A89;
}
.BgClassName
{
background-color: #078A89;
}
</style>
border-color css
<style>
span { border-color: #078A89; }
span { border-color: rgb(7,138,137); }
td.TdClassName
{
border-color: #078A89;
}
.TagClassName
{
border-color: #078A89;
}
</style>