Shades of Dark Cyan #068D7E
Tints of Dark Cyan #068D7E
RGB
CMYK
RGB Variations
Color information
#068D7E (or 0x068D7E) is known color: Dark Cyan. HEX triplet: 06, 8D and 7E. RGB value is (6,141,126). Sum of RGB (Red+Green+Blue) = 6+141+126=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #068D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D7E is #F97281. Grayscale: #626262. Windows color (decimal): -16347778 or 8293638. OLE color: 8293638.
HSL color Cylindrical-coordinate representation of color #068D7E: hue angle of 173.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D7E is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 126 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.45 |
| HSL | 173.33º | 0.92% | 0.29% | - |
| HSV(B) | 173.33º | 0.96% | 0.55% | - |
| XYZ | 13.37 | 20.59 | 23.01 | - |
| YUV | 98.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 126 | 0.96 | 0 | 0.11 | 0.45 | 173.33 | 0.92 | 0.29 |
| Hex | 6 | 8D | 7E | 60 | 0 | B | 2D | AD | 5C | 1D |
| Octal | 6 | 215 | 176 | 140 | 0 | 13 | 55 | 255 | 134 | 35 |
| Binary | 110 | 10001101 | 1111110 | 1100000 | 0 | 1011 | 101101 | 10101101 | 1011100 | 11101 |
Color Harmonies of #068D7E
Complementary color
Monochromatic Colors of #068D7E
Black with #068D7E
Text Example
Text Example
White with #068D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D7E; }
p { color: rgb(6,141,126); }
H1.HeaderClassName
{
color: #068D7E;
}
.AnyTagClassName
{
color: #068D7E;
}
</style>
background-color css
<style>
a { background-color: #068D7E; }
a { background-color: rgb(6,141,126); }
div.DivClassName
{
background-color: #068D7E;
}
.BgClassName
{
background-color: #068D7E;
}
</style>
border-color css
<style>
span { border-color: #068D7E; }
span { border-color: rgb(6,141,126); }
td.TdClassName
{
border-color: #068D7E;
}
.TagClassName
{
border-color: #068D7E;
}
</style>