Shades of Dark Cyan #068C85
Tints of Dark Cyan #068C85
RGB
CMYK
RGB Variations
Color information
#068C85 (or 0x068C85) is known color: Dark Cyan. HEX triplet: 06, 8C and 85. RGB value is (6,140,133). Sum of RGB (Red+Green+Blue) = 6+140+133=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #068C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068C85 is #F9737A. Grayscale: #636363. Windows color (decimal): -16348027 or 8752134. OLE color: 8752134.
HSL color Cylindrical-coordinate representation of color #068C85: hue angle of 176.87º 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 #068C85 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 133 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.45 |
| HSL | 176.87º | 0.92% | 0.29% | - |
| HSV(B) | 176.87º | 0.96% | 0.55% | - |
| XYZ | 13.69 | 20.49 | 25.42 | - |
| YUV | 99.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 133 | 0.96 | 0 | 0.05 | 0.45 | 176.87 | 0.92 | 0.29 |
| Hex | 6 | 8C | 85 | 60 | 0 | 5 | 2D | B1 | 5C | 1D |
| Octal | 6 | 214 | 205 | 140 | 0 | 5 | 55 | 261 | 134 | 35 |
| Binary | 110 | 10001100 | 10000101 | 1100000 | 0 | 101 | 101101 | 10110001 | 1011100 | 11101 |
Color Harmonies of #068C85
Complementary color
Monochromatic Colors of #068C85
Black with #068C85
Text Example
Text Example
White with #068C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C85; }
p { color: rgb(6,140,133); }
H1.HeaderClassName
{
color: #068C85;
}
.AnyTagClassName
{
color: #068C85;
}
</style>
background-color css
<style>
a { background-color: #068C85; }
a { background-color: rgb(6,140,133); }
div.DivClassName
{
background-color: #068C85;
}
.BgClassName
{
background-color: #068C85;
}
</style>
border-color css
<style>
span { border-color: #068C85; }
span { border-color: rgb(6,140,133); }
td.TdClassName
{
border-color: #068C85;
}
.TagClassName
{
border-color: #068C85;
}
</style>