Shades of Dark Cyan #07808F
Tints of Dark Cyan #07808F
RGB
CMYK
RGB Variations
Color information
#07808F (or 0x07808F) is known color: Dark Cyan. HEX triplet: 07, 80 and 8F. RGB value is (7,128,143). Sum of RGB (Red+Green+Blue) = 7+128+143=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #07808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07808F is #F87F70. Grayscale: #5D5D5D. Windows color (decimal): -16285553 or 9404423. OLE color: 9404423.
HSL color Cylindrical-coordinate representation of color #07808F: hue angle of 186.62º 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 #07808F is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 128 | 143 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.44 |
| HSL | 186.62º | 0.91% | 0.29% | - |
| HSV(B) | 186.62º | 0.95% | 0.56% | - |
| XYZ | 12.76 | 17.47 | 28.69 | - |
| YUV | 93.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 143 | 0.95 | 0.10 | 0 | 0.44 | 186.62 | 0.91 | 0.29 |
| Hex | 7 | 80 | 8F | 5F | A | 0 | 2C | BB | 5B | 1D |
| Octal | 7 | 200 | 217 | 137 | 12 | 0 | 54 | 273 | 133 | 35 |
| Binary | 111 | 10000000 | 10001111 | 1011111 | 1010 | 0 | 101100 | 10111011 | 1011011 | 11101 |
Color Harmonies of #07808F
Complementary color
Monochromatic Colors of #07808F
Black with #07808F
Text Example
Text Example
White with #07808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07808F; }
p { color: rgb(7,128,143); }
H1.HeaderClassName
{
color: #07808F;
}
.AnyTagClassName
{
color: #07808F;
}
</style>
background-color css
<style>
a { background-color: #07808F; }
a { background-color: rgb(7,128,143); }
div.DivClassName
{
background-color: #07808F;
}
.BgClassName
{
background-color: #07808F;
}
</style>
border-color css
<style>
span { border-color: #07808F; }
span { border-color: rgb(7,128,143); }
td.TdClassName
{
border-color: #07808F;
}
.TagClassName
{
border-color: #07808F;
}
</style>