Shades of Dark Cyan #07858E
Tints of Dark Cyan #07858E
RGB
CMYK
RGB Variations
Color information
#07858E (or 0x07858E) is known color: Dark Cyan. HEX triplet: 07, 85 and 8E. RGB value is (7,133,142). Sum of RGB (Red+Green+Blue) = 7+133+142=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #07858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07858E is #F87A71. Grayscale: #606060. Windows color (decimal): -16284274 or 9340167. OLE color: 9340167.
HSL color Cylindrical-coordinate representation of color #07858E: hue angle of 184º 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 #07858E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 133 | 142 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.44 |
| HSL | 184º | 0.91% | 0.29% | - |
| HSV(B) | 184º | 0.95% | 0.56% | - |
| XYZ | 13.36 | 18.77 | 28.51 | - |
| YUV | 96.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 142 | 0.95 | 0.06 | 0 | 0.44 | 184 | 0.91 | 0.29 |
| Hex | 7 | 85 | 8E | 5F | 6 | 0 | 2C | B8 | 5B | 1D |
| Octal | 7 | 205 | 216 | 137 | 6 | 0 | 54 | 270 | 133 | 35 |
| Binary | 111 | 10000101 | 10001110 | 1011111 | 110 | 0 | 101100 | 10111000 | 1011011 | 11101 |
Color Harmonies of #07858E
Complementary color
Monochromatic Colors of #07858E
Black with #07858E
Text Example
Text Example
White with #07858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07858E; }
p { color: rgb(7,133,142); }
H1.HeaderClassName
{
color: #07858E;
}
.AnyTagClassName
{
color: #07858E;
}
</style>
background-color css
<style>
a { background-color: #07858E; }
a { background-color: rgb(7,133,142); }
div.DivClassName
{
background-color: #07858E;
}
.BgClassName
{
background-color: #07858E;
}
</style>
border-color css
<style>
span { border-color: #07858E; }
span { border-color: rgb(7,133,142); }
td.TdClassName
{
border-color: #07858E;
}
.TagClassName
{
border-color: #07858E;
}
</style>