Shades of Dark Cyan #07958F
Tints of Dark Cyan #07958F
RGB
CMYK
RGB Variations
Color information
#07958F (or 0x07958F) is known color: Dark Cyan. HEX triplet: 07, 95 and 8F. RGB value is (7,149,143). Sum of RGB (Red+Green+Blue) = 7+149+143=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #07958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07958F is #F86A70. Grayscale: #696969. Windows color (decimal): -16280177 or 9409799. OLE color: 9409799.
HSL color Cylindrical-coordinate representation of color #07958F: hue angle of 177.46º 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 #07958F is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 143 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.42 |
| HSL | 177.46º | 0.91% | 0.31% | - |
| HSV(B) | 177.46º | 0.95% | 0.58% | - |
| XYZ | 15.79 | 23.52 | 29.69 | - |
| YUV | 105.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 143 | 0.95 | 0 | 0.04 | 0.42 | 177.46 | 0.91 | 0.31 |
| Hex | 7 | 95 | 8F | 5F | 0 | 4 | 2A | B1 | 5B | 1F |
| Octal | 7 | 225 | 217 | 137 | 0 | 4 | 52 | 261 | 133 | 37 |
| Binary | 111 | 10010101 | 10001111 | 1011111 | 0 | 100 | 101010 | 10110001 | 1011011 | 11111 |
Color Harmonies of #07958F
Complementary color
Monochromatic Colors of #07958F
Black with #07958F
Text Example
Text Example
White with #07958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07958F; }
p { color: rgb(7,149,143); }
H1.HeaderClassName
{
color: #07958F;
}
.AnyTagClassName
{
color: #07958F;
}
</style>
background-color css
<style>
a { background-color: #07958F; }
a { background-color: rgb(7,149,143); }
div.DivClassName
{
background-color: #07958F;
}
.BgClassName
{
background-color: #07958F;
}
</style>
border-color css
<style>
span { border-color: #07958F; }
span { border-color: rgb(7,149,143); }
td.TdClassName
{
border-color: #07958F;
}
.TagClassName
{
border-color: #07958F;
}
</style>