Shades of Dark Cyan #068B80
Tints of Dark Cyan #068B80
RGB
CMYK
RGB Variations
Color information
#068B80 (or 0x068B80) is known color: Dark Cyan. HEX triplet: 06, 8B and 80. RGB value is (6,139,128). Sum of RGB (Red+Green+Blue) = 6+139+128=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #068B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B80 is #F9747F. Grayscale: #616161. Windows color (decimal): -16348288 or 8424198. OLE color: 8424198.
HSL color Cylindrical-coordinate representation of color #068B80: hue angle of 175.04º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B80 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 128 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.45 |
| HSL | 175.04º | 0.92% | 0.28% | - |
| HSV(B) | 175.04º | 0.96% | 0.55% | - |
| XYZ | 13.2 | 20.06 | 23.6 | - |
| YUV | 97.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 128 | 0.96 | 0 | 0.08 | 0.45 | 175.04 | 0.92 | 0.28 |
| Hex | 6 | 8B | 80 | 60 | 0 | 8 | 2D | AF | 5C | 1C |
| Octal | 6 | 213 | 200 | 140 | 0 | 10 | 55 | 257 | 134 | 34 |
| Binary | 110 | 10001011 | 10000000 | 1100000 | 0 | 1000 | 101101 | 10101111 | 1011100 | 11100 |
Color Harmonies of #068B80
Complementary color
Monochromatic Colors of #068B80
Black with #068B80
Text Example
Text Example
White with #068B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B80; }
p { color: rgb(6,139,128); }
H1.HeaderClassName
{
color: #068B80;
}
.AnyTagClassName
{
color: #068B80;
}
</style>
background-color css
<style>
a { background-color: #068B80; }
a { background-color: rgb(6,139,128); }
div.DivClassName
{
background-color: #068B80;
}
.BgClassName
{
background-color: #068B80;
}
</style>
border-color css
<style>
span { border-color: #068B80; }
span { border-color: rgb(6,139,128); }
td.TdClassName
{
border-color: #068B80;
}
.TagClassName
{
border-color: #068B80;
}
</style>