Shades of Dark Cyan #07818D
Tints of Dark Cyan #07818D
RGB
CMYK
RGB Variations
Color information
#07818D (or 0x07818D) is known color: Dark Cyan. HEX triplet: 07, 81 and 8D. RGB value is (7,129,141). Sum of RGB (Red+Green+Blue) = 7+129+141=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #07818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07818D is #F87E72. Grayscale: #5D5D5D. Windows color (decimal): -16285299 or 9273607. OLE color: 9273607.
HSL color Cylindrical-coordinate representation of color #07818D: hue angle of 185.37º 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 #07818D is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 129 | 141 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.45 |
| HSL | 185.37º | 0.91% | 0.29% | - |
| HSV(B) | 185.37º | 0.95% | 0.55% | - |
| XYZ | 12.75 | 17.67 | 27.94 | - |
| YUV | 93.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 141 | 0.95 | 0.09 | 0 | 0.45 | 185.37 | 0.91 | 0.29 |
| Hex | 7 | 81 | 8D | 5F | 9 | 0 | 2D | B9 | 5B | 1D |
| Octal | 7 | 201 | 215 | 137 | 11 | 0 | 55 | 271 | 133 | 35 |
| Binary | 111 | 10000001 | 10001101 | 1011111 | 1001 | 0 | 101101 | 10111001 | 1011011 | 11101 |
Color Harmonies of #07818D
Complementary color
Monochromatic Colors of #07818D
Black with #07818D
Text Example
Text Example
White with #07818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07818D; }
p { color: rgb(7,129,141); }
H1.HeaderClassName
{
color: #07818D;
}
.AnyTagClassName
{
color: #07818D;
}
</style>
background-color css
<style>
a { background-color: #07818D; }
a { background-color: rgb(7,129,141); }
div.DivClassName
{
background-color: #07818D;
}
.BgClassName
{
background-color: #07818D;
}
</style>
border-color css
<style>
span { border-color: #07818D; }
span { border-color: rgb(7,129,141); }
td.TdClassName
{
border-color: #07818D;
}
.TagClassName
{
border-color: #07818D;
}
</style>