Shades of Dark Cyan #078487
Tints of Dark Cyan #078487
RGB
CMYK
RGB Variations
Color information
#078487 (or 0x078487) is known color: Dark Cyan. HEX triplet: 07, 84 and 87. RGB value is (7,132,135). Sum of RGB (Red+Green+Blue) = 7+132+135=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #078487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078487 is #F87B78. Grayscale: #5E5E5E. Windows color (decimal): -16284537 or 8881159. OLE color: 8881159.
HSL color Cylindrical-coordinate representation of color #078487: hue angle of 181.41º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078487 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 132 | 135 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.47 |
| HSL | 181.41º | 0.9% | 0.28% | - |
| HSV(B) | 181.41º | 0.95% | 0.53% | - |
| XYZ | 12.71 | 18.3 | 25.78 | - |
| YUV | 94.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 135 | 0.95 | 0.02 | 0 | 0.47 | 181.41 | 0.9 | 0.28 |
| Hex | 7 | 84 | 87 | 5F | 2 | 0 | 2F | B5 | 5A | 1C |
| Octal | 7 | 204 | 207 | 137 | 2 | 0 | 57 | 265 | 132 | 34 |
| Binary | 111 | 10000100 | 10000111 | 1011111 | 10 | 0 | 101111 | 10110101 | 1011010 | 11100 |
Color Harmonies of #078487
Complementary color
Monochromatic Colors of #078487
Black with #078487
Text Example
Text Example
White with #078487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078487; }
p { color: rgb(7,132,135); }
H1.HeaderClassName
{
color: #078487;
}
.AnyTagClassName
{
color: #078487;
}
</style>
background-color css
<style>
a { background-color: #078487; }
a { background-color: rgb(7,132,135); }
div.DivClassName
{
background-color: #078487;
}
.BgClassName
{
background-color: #078487;
}
</style>
border-color css
<style>
span { border-color: #078487; }
span { border-color: rgb(7,132,135); }
td.TdClassName
{
border-color: #078487;
}
.TagClassName
{
border-color: #078487;
}
</style>