Shades of Dark Cyan #069582
Tints of Dark Cyan #069582
RGB
CMYK
RGB Variations
Color information
#069582 (or 0x069582) is known color: Dark Cyan. HEX triplet: 06, 95 and 82. RGB value is (6,149,130). Sum of RGB (Red+Green+Blue) = 6+149+130=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #069582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069582 is #F96A7D. Grayscale: #686868. Windows color (decimal): -16345726 or 8557830. OLE color: 8557830.
HSL color Cylindrical-coordinate representation of color #069582: hue angle of 172.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069582 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 130 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.42 |
| HSL | 172.03º | 0.92% | 0.3% | - |
| HSV(B) | 172.03º | 0.96% | 0.58% | - |
| XYZ | 14.85 | 23.15 | 24.8 | - |
| YUV | 104.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 130 | 0.96 | 0 | 0.13 | 0.42 | 172.03 | 0.92 | 0.3 |
| Hex | 6 | 95 | 82 | 60 | 0 | D | 2A | AC | 5C | 1E |
| Octal | 6 | 225 | 202 | 140 | 0 | 15 | 52 | 254 | 134 | 36 |
| Binary | 110 | 10010101 | 10000010 | 1100000 | 0 | 1101 | 101010 | 10101100 | 1011100 | 11110 |
Color Harmonies of #069582
Complementary color
Monochromatic Colors of #069582
Black with #069582
Text Example
Text Example
White with #069582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069582; }
p { color: rgb(6,149,130); }
H1.HeaderClassName
{
color: #069582;
}
.AnyTagClassName
{
color: #069582;
}
</style>
background-color css
<style>
a { background-color: #069582; }
a { background-color: rgb(6,149,130); }
div.DivClassName
{
background-color: #069582;
}
.BgClassName
{
background-color: #069582;
}
</style>
border-color css
<style>
span { border-color: #069582; }
span { border-color: rgb(6,149,130); }
td.TdClassName
{
border-color: #069582;
}
.TagClassName
{
border-color: #069582;
}
</style>