Shades of Dark Cyan #07978B
Tints of Dark Cyan #07978B
RGB
CMYK
RGB Variations
Color information
#07978B (or 0x07978B) is known color: Dark Cyan. HEX triplet: 07, 97 and 8B. RGB value is (7,151,139). Sum of RGB (Red+Green+Blue) = 7+151+139=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #07978B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07978B is #F86874. Grayscale: #6A6A6A. Windows color (decimal): -16279669 or 9148167. OLE color: 9148167.
HSL color Cylindrical-coordinate representation of color #07978B: hue angle of 175º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07978B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 151 | 139 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.41 |
| HSL | 175º | 0.91% | 0.31% | - |
| HSV(B) | 175º | 0.95% | 0.59% | - |
| XYZ | 15.81 | 24.04 | 28.23 | - |
| YUV | 106.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 139 | 0.95 | 0 | 0.08 | 0.41 | 175 | 0.91 | 0.31 |
| Hex | 7 | 97 | 8B | 5F | 0 | 8 | 29 | AF | 5B | 1F |
| Octal | 7 | 227 | 213 | 137 | 0 | 10 | 51 | 257 | 133 | 37 |
| Binary | 111 | 10010111 | 10001011 | 1011111 | 0 | 1000 | 101001 | 10101111 | 1011011 | 11111 |
Color Harmonies of #07978B
Complementary color
Monochromatic Colors of #07978B
Black with #07978B
Text Example
Text Example
White with #07978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07978B; }
p { color: rgb(7,151,139); }
H1.HeaderClassName
{
color: #07978B;
}
.AnyTagClassName
{
color: #07978B;
}
</style>
background-color css
<style>
a { background-color: #07978B; }
a { background-color: rgb(7,151,139); }
div.DivClassName
{
background-color: #07978B;
}
.BgClassName
{
background-color: #07978B;
}
</style>
border-color css
<style>
span { border-color: #07978B; }
span { border-color: rgb(7,151,139); }
td.TdClassName
{
border-color: #07978B;
}
.TagClassName
{
border-color: #07978B;
}
</style>