Shades of Dark Cyan #07828F
Tints of Dark Cyan #07828F
RGB
CMYK
RGB Variations
Color information
#07828F (or 0x07828F) is known color: Dark Cyan. HEX triplet: 07, 82 and 8F. RGB value is (7,130,143). Sum of RGB (Red+Green+Blue) = 7+130+143=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #07828F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07828F is #F87D70. Grayscale: #5E5E5E. Windows color (decimal): -16285041 or 9404935. OLE color: 9404935.
HSL color Cylindrical-coordinate representation of color #07828F: hue angle of 185.74º 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 #07828F is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 130 | 143 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.44 |
| HSL | 185.74º | 0.91% | 0.29% | - |
| HSV(B) | 185.74º | 0.95% | 0.56% | - |
| XYZ | 13.03 | 17.99 | 28.77 | - |
| YUV | 94.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 143 | 0.95 | 0.09 | 0 | 0.44 | 185.74 | 0.91 | 0.29 |
| Hex | 7 | 82 | 8F | 5F | 9 | 0 | 2C | BA | 5B | 1D |
| Octal | 7 | 202 | 217 | 137 | 11 | 0 | 54 | 272 | 133 | 35 |
| Binary | 111 | 10000010 | 10001111 | 1011111 | 1001 | 0 | 101100 | 10111010 | 1011011 | 11101 |
Color Harmonies of #07828F
Complementary color
Monochromatic Colors of #07828F
Black with #07828F
Text Example
Text Example
White with #07828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07828F; }
p { color: rgb(7,130,143); }
H1.HeaderClassName
{
color: #07828F;
}
.AnyTagClassName
{
color: #07828F;
}
</style>
background-color css
<style>
a { background-color: #07828F; }
a { background-color: rgb(7,130,143); }
div.DivClassName
{
background-color: #07828F;
}
.BgClassName
{
background-color: #07828F;
}
</style>
border-color css
<style>
span { border-color: #07828F; }
span { border-color: rgb(7,130,143); }
td.TdClassName
{
border-color: #07828F;
}
.TagClassName
{
border-color: #07828F;
}
</style>