Shades of Dark Cyan #07808D
Tints of Dark Cyan #07808D
RGB
CMYK
RGB Variations
Color information
#07808D (or 0x07808D) is known color: Dark Cyan. HEX triplet: 07, 80 and 8D. RGB value is (7,128,141). Sum of RGB (Red+Green+Blue) = 7+128+141=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #07808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07808D is #F87F72. Grayscale: #5D5D5D. Windows color (decimal): -16285555 or 9273351. OLE color: 9273351.
HSL color Cylindrical-coordinate representation of color #07808D: hue angle of 185.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07808D is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 128 | 141 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.45 |
| HSL | 185.82º | 0.91% | 0.29% | - |
| HSV(B) | 185.82º | 0.95% | 0.55% | - |
| XYZ | 12.61 | 17.41 | 27.89 | - |
| YUV | 93.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 141 | 0.95 | 0.09 | 0 | 0.45 | 185.82 | 0.91 | 0.29 |
| Hex | 7 | 80 | 8D | 5F | 9 | 0 | 2D | BA | 5B | 1D |
| Octal | 7 | 200 | 215 | 137 | 11 | 0 | 55 | 272 | 133 | 35 |
| Binary | 111 | 10000000 | 10001101 | 1011111 | 1001 | 0 | 101101 | 10111010 | 1011011 | 11101 |
Color Harmonies of #07808D
Complementary color
Monochromatic Colors of #07808D
Black with #07808D
Text Example
Text Example
White with #07808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07808D; }
p { color: rgb(7,128,141); }
H1.HeaderClassName
{
color: #07808D;
}
.AnyTagClassName
{
color: #07808D;
}
</style>
background-color css
<style>
a { background-color: #07808D; }
a { background-color: rgb(7,128,141); }
div.DivClassName
{
background-color: #07808D;
}
.BgClassName
{
background-color: #07808D;
}
</style>
border-color css
<style>
span { border-color: #07808D; }
span { border-color: rgb(7,128,141); }
td.TdClassName
{
border-color: #07808D;
}
.TagClassName
{
border-color: #07808D;
}
</style>