Shades of Dark Cyan #069590
Tints of Dark Cyan #069590
RGB
CMYK
RGB Variations
Color information
#069590 (or 0x069590) is known color: Dark Cyan. HEX triplet: 06, 95 and 90. RGB value is (6,149,144). Sum of RGB (Red+Green+Blue) = 6+149+144=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #069590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069590 is #F96A6F. Grayscale: #696969. Windows color (decimal): -16345712 or 9475334. OLE color: 9475334.
HSL color Cylindrical-coordinate representation of color #069590: hue angle of 177.9º 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 #069590 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 144 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.42 |
| HSL | 177.9º | 0.92% | 0.3% | - |
| HSV(B) | 177.9º | 0.96% | 0.58% | - |
| XYZ | 15.86 | 23.55 | 30.09 | - |
| YUV | 105.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 144 | 0.96 | 0 | 0.03 | 0.42 | 177.9 | 0.92 | 0.3 |
| Hex | 6 | 95 | 90 | 60 | 0 | 3 | 2A | B2 | 5C | 1E |
| Octal | 6 | 225 | 220 | 140 | 0 | 3 | 52 | 262 | 134 | 36 |
| Binary | 110 | 10010101 | 10010000 | 1100000 | 0 | 11 | 101010 | 10110010 | 1011100 | 11110 |
Color Harmonies of #069590
Complementary color
Monochromatic Colors of #069590
Black with #069590
Text Example
Text Example
White with #069590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069590; }
p { color: rgb(6,149,144); }
H1.HeaderClassName
{
color: #069590;
}
.AnyTagClassName
{
color: #069590;
}
</style>
background-color css
<style>
a { background-color: #069590; }
a { background-color: rgb(6,149,144); }
div.DivClassName
{
background-color: #069590;
}
.BgClassName
{
background-color: #069590;
}
</style>
border-color css
<style>
span { border-color: #069590; }
span { border-color: rgb(6,149,144); }
td.TdClassName
{
border-color: #069590;
}
.TagClassName
{
border-color: #069590;
}
</style>