Shades of Dark Cyan #068F80
Tints of Dark Cyan #068F80
RGB
CMYK
RGB Variations
Color information
#068F80 (or 0x068F80) is known color: Dark Cyan. HEX triplet: 06, 8F and 80. RGB value is (6,143,128). Sum of RGB (Red+Green+Blue) = 6+143+128=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #068F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F80 is #F9707F. Grayscale: #646464. Windows color (decimal): -16347264 or 8425222. OLE color: 8425222.
HSL color Cylindrical-coordinate representation of color #068F80: hue angle of 173.43º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F80 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 128 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.44 |
| HSL | 173.43º | 0.92% | 0.29% | - |
| HSV(B) | 173.43º | 0.96% | 0.56% | - |
| XYZ | 13.79 | 21.24 | 23.8 | - |
| YUV | 100.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 128 | 0.96 | 0 | 0.10 | 0.44 | 173.43 | 0.92 | 0.29 |
| Hex | 6 | 8F | 80 | 60 | 0 | A | 2C | AD | 5C | 1D |
| Octal | 6 | 217 | 200 | 140 | 0 | 12 | 54 | 255 | 134 | 35 |
| Binary | 110 | 10001111 | 10000000 | 1100000 | 0 | 1010 | 101100 | 10101101 | 1011100 | 11101 |
Color Harmonies of #068F80
Complementary color
Monochromatic Colors of #068F80
Black with #068F80
Text Example
Text Example
White with #068F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F80; }
p { color: rgb(6,143,128); }
H1.HeaderClassName
{
color: #068F80;
}
.AnyTagClassName
{
color: #068F80;
}
</style>
background-color css
<style>
a { background-color: #068F80; }
a { background-color: rgb(6,143,128); }
div.DivClassName
{
background-color: #068F80;
}
.BgClassName
{
background-color: #068F80;
}
</style>
border-color css
<style>
span { border-color: #068F80; }
span { border-color: rgb(6,143,128); }
td.TdClassName
{
border-color: #068F80;
}
.TagClassName
{
border-color: #068F80;
}
</style>