Shades of Dark Cyan #07828D
Tints of Dark Cyan #07828D
RGB
CMYK
RGB Variations
Color information
#07828D (or 0x07828D) is known color: Dark Cyan. HEX triplet: 07, 82 and 8D. RGB value is (7,130,141). Sum of RGB (Red+Green+Blue) = 7+130+141=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #07828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07828D is #F87D72. Grayscale: #5E5E5E. Windows color (decimal): -16285043 or 9273863. OLE color: 9273863.
HSL color Cylindrical-coordinate representation of color #07828D: hue angle of 184.93º 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 #07828D is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 130 | 141 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.45 |
| HSL | 184.93º | 0.91% | 0.29% | - |
| HSV(B) | 184.93º | 0.95% | 0.55% | - |
| XYZ | 12.88 | 17.93 | 27.98 | - |
| YUV | 94.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 141 | 0.95 | 0.08 | 0 | 0.45 | 184.93 | 0.91 | 0.29 |
| Hex | 7 | 82 | 8D | 5F | 8 | 0 | 2D | B9 | 5B | 1D |
| Octal | 7 | 202 | 215 | 137 | 10 | 0 | 55 | 271 | 133 | 35 |
| Binary | 111 | 10000010 | 10001101 | 1011111 | 1000 | 0 | 101101 | 10111001 | 1011011 | 11101 |
Color Harmonies of #07828D
Complementary color
Monochromatic Colors of #07828D
Black with #07828D
Text Example
Text Example
White with #07828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07828D; }
p { color: rgb(7,130,141); }
H1.HeaderClassName
{
color: #07828D;
}
.AnyTagClassName
{
color: #07828D;
}
</style>
background-color css
<style>
a { background-color: #07828D; }
a { background-color: rgb(7,130,141); }
div.DivClassName
{
background-color: #07828D;
}
.BgClassName
{
background-color: #07828D;
}
</style>
border-color css
<style>
span { border-color: #07828D; }
span { border-color: rgb(7,130,141); }
td.TdClassName
{
border-color: #07828D;
}
.TagClassName
{
border-color: #07828D;
}
</style>