Shades of Dark Cyan #078F88
Tints of Dark Cyan #078F88
RGB
CMYK
RGB Variations
Color information
#078F88 (or 0x078F88) is known color: Dark Cyan. HEX triplet: 07, 8F and 88. RGB value is (7,143,136). Sum of RGB (Red+Green+Blue) = 7+143+136=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #078F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F88 is #F87077. Grayscale: #656565. Windows color (decimal): -16281720 or 8949511. OLE color: 8949511.
HSL color Cylindrical-coordinate representation of color #078F88: hue angle of 176.91º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F88 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 136 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.44 |
| HSL | 176.91º | 0.91% | 0.29% | - |
| HSV(B) | 176.91º | 0.95% | 0.56% | - |
| XYZ | 14.35 | 21.47 | 26.68 | - |
| YUV | 101.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 136 | 0.95 | 0 | 0.05 | 0.44 | 176.91 | 0.91 | 0.29 |
| Hex | 7 | 8F | 88 | 5F | 0 | 5 | 2C | B1 | 5B | 1D |
| Octal | 7 | 217 | 210 | 137 | 0 | 5 | 54 | 261 | 133 | 35 |
| Binary | 111 | 10001111 | 10001000 | 1011111 | 0 | 101 | 101100 | 10110001 | 1011011 | 11101 |
Color Harmonies of #078F88
Complementary color
Monochromatic Colors of #078F88
Black with #078F88
Text Example
Text Example
White with #078F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F88; }
p { color: rgb(7,143,136); }
H1.HeaderClassName
{
color: #078F88;
}
.AnyTagClassName
{
color: #078F88;
}
</style>
background-color css
<style>
a { background-color: #078F88; }
a { background-color: rgb(7,143,136); }
div.DivClassName
{
background-color: #078F88;
}
.BgClassName
{
background-color: #078F88;
}
</style>
border-color css
<style>
span { border-color: #078F88; }
span { border-color: rgb(7,143,136); }
td.TdClassName
{
border-color: #078F88;
}
.TagClassName
{
border-color: #078F88;
}
</style>