Shades of Dark Cyan #07958C
Tints of Dark Cyan #07958C
RGB
CMYK
RGB Variations
Color information
#07958C (or 0x07958C) is known color: Dark Cyan. HEX triplet: 07, 95 and 8C. RGB value is (7,149,140). Sum of RGB (Red+Green+Blue) = 7+149+140=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #07958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07958C is #F86A73. Grayscale: #696969. Windows color (decimal): -16280180 or 9213191. OLE color: 9213191.
HSL color Cylindrical-coordinate representation of color #07958C: hue angle of 176.2º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07958C is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 140 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.42 |
| HSL | 176.2º | 0.91% | 0.31% | - |
| HSV(B) | 176.2º | 0.95% | 0.58% | - |
| XYZ | 15.57 | 23.43 | 28.51 | - |
| YUV | 105.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 140 | 0.95 | 0 | 0.06 | 0.42 | 176.2 | 0.91 | 0.31 |
| Hex | 7 | 95 | 8C | 5F | 0 | 6 | 2A | B0 | 5B | 1F |
| Octal | 7 | 225 | 214 | 137 | 0 | 6 | 52 | 260 | 133 | 37 |
| Binary | 111 | 10010101 | 10001100 | 1011111 | 0 | 110 | 101010 | 10110000 | 1011011 | 11111 |
Color Harmonies of #07958C
Complementary color
Monochromatic Colors of #07958C
Black with #07958C
Text Example
Text Example
White with #07958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07958C; }
p { color: rgb(7,149,140); }
H1.HeaderClassName
{
color: #07958C;
}
.AnyTagClassName
{
color: #07958C;
}
</style>
background-color css
<style>
a { background-color: #07958C; }
a { background-color: rgb(7,149,140); }
div.DivClassName
{
background-color: #07958C;
}
.BgClassName
{
background-color: #07958C;
}
</style>
border-color css
<style>
span { border-color: #07958C; }
span { border-color: rgb(7,149,140); }
td.TdClassName
{
border-color: #07958C;
}
.TagClassName
{
border-color: #07958C;
}
</style>