Shades of Dark Cyan #07958B
Tints of Dark Cyan #07958B
RGB
CMYK
RGB Variations
Color information
#07958B (or 0x07958B) is known color: Dark Cyan. HEX triplet: 07, 95 and 8B. RGB value is (7,149,139). Sum of RGB (Red+Green+Blue) = 7+149+139=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #07958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07958B is #F86A74. Grayscale: #696969. Windows color (decimal): -16280181 or 9147655. OLE color: 9147655.
HSL color Cylindrical-coordinate representation of color #07958B: hue angle of 175.77º 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 #07958B is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 139 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.42 |
| HSL | 175.77º | 0.91% | 0.31% | - |
| HSV(B) | 175.77º | 0.95% | 0.58% | - |
| XYZ | 15.5 | 23.4 | 28.13 | - |
| YUV | 105.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 139 | 0.95 | 0 | 0.07 | 0.42 | 175.77 | 0.91 | 0.31 |
| Hex | 7 | 95 | 8B | 5F | 0 | 7 | 2A | B0 | 5B | 1F |
| Octal | 7 | 225 | 213 | 137 | 0 | 7 | 52 | 260 | 133 | 37 |
| Binary | 111 | 10010101 | 10001011 | 1011111 | 0 | 111 | 101010 | 10110000 | 1011011 | 11111 |
Color Harmonies of #07958B
Complementary color
Monochromatic Colors of #07958B
Black with #07958B
Text Example
Text Example
White with #07958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07958B; }
p { color: rgb(7,149,139); }
H1.HeaderClassName
{
color: #07958B;
}
.AnyTagClassName
{
color: #07958B;
}
</style>
background-color css
<style>
a { background-color: #07958B; }
a { background-color: rgb(7,149,139); }
div.DivClassName
{
background-color: #07958B;
}
.BgClassName
{
background-color: #07958B;
}
</style>
border-color css
<style>
span { border-color: #07958B; }
span { border-color: rgb(7,149,139); }
td.TdClassName
{
border-color: #07958B;
}
.TagClassName
{
border-color: #07958B;
}
</style>