Shades of Dark Cyan #078982
Tints of Dark Cyan #078982
RGB
CMYK
RGB Variations
Color information
#078982 (or 0x078982) is known color: Dark Cyan. HEX triplet: 07, 89 and 82. RGB value is (7,137,130). Sum of RGB (Red+Green+Blue) = 7+137+130=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #078982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078982 is #F8767D. Grayscale: #616161. Windows color (decimal): -16283262 or 8554759. OLE color: 8554759.
HSL color Cylindrical-coordinate representation of color #078982: hue angle of 176.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 #078982 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 130 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.46 |
| HSL | 176.77º | 0.9% | 0.28% | - |
| HSV(B) | 176.77º | 0.95% | 0.54% | - |
| XYZ | 13.06 | 19.55 | 24.2 | - |
| YUV | 97.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 130 | 0.95 | 0 | 0.05 | 0.46 | 176.77 | 0.9 | 0.28 |
| Hex | 7 | 89 | 82 | 5F | 0 | 5 | 2E | B1 | 5A | 1C |
| Octal | 7 | 211 | 202 | 137 | 0 | 5 | 56 | 261 | 132 | 34 |
| Binary | 111 | 10001001 | 10000010 | 1011111 | 0 | 101 | 101110 | 10110001 | 1011010 | 11100 |
Color Harmonies of #078982
Complementary color
Monochromatic Colors of #078982
Black with #078982
Text Example
Text Example
White with #078982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078982; }
p { color: rgb(7,137,130); }
H1.HeaderClassName
{
color: #078982;
}
.AnyTagClassName
{
color: #078982;
}
</style>
background-color css
<style>
a { background-color: #078982; }
a { background-color: rgb(7,137,130); }
div.DivClassName
{
background-color: #078982;
}
.BgClassName
{
background-color: #078982;
}
</style>
border-color css
<style>
span { border-color: #078982; }
span { border-color: rgb(7,137,130); }
td.TdClassName
{
border-color: #078982;
}
.TagClassName
{
border-color: #078982;
}
</style>