Shades of Dark Cyan #069594
Tints of Dark Cyan #069594
RGB
CMYK
RGB Variations
Color information
#069594 (or 0x069594) is known color: Dark Cyan. HEX triplet: 06, 95 and 94. RGB value is (6,149,148). Sum of RGB (Red+Green+Blue) = 6+149+148=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #069594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069594 is #F96A6B. Grayscale: #696969. Windows color (decimal): -16345708 or 9737478. OLE color: 9737478.
HSL color Cylindrical-coordinate representation of color #069594: hue angle of 179.58º 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 #069594 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 148 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.42 |
| HSL | 179.58º | 0.92% | 0.3% | - |
| HSV(B) | 179.58º | 0.96% | 0.58% | - |
| XYZ | 16.17 | 23.67 | 31.73 | - |
| YUV | 106.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 148 | 0.96 | 0 | 0.01 | 0.42 | 179.58 | 0.92 | 0.3 |
| Hex | 6 | 95 | 94 | 60 | 0 | 1 | 2A | B4 | 5C | 1E |
| Octal | 6 | 225 | 224 | 140 | 0 | 1 | 52 | 264 | 134 | 36 |
| Binary | 110 | 10010101 | 10010100 | 1100000 | 0 | 1 | 101010 | 10110100 | 1011100 | 11110 |
Color Harmonies of #069594
Complementary color
Monochromatic Colors of #069594
Black with #069594
Text Example
Text Example
White with #069594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069594; }
p { color: rgb(6,149,148); }
H1.HeaderClassName
{
color: #069594;
}
.AnyTagClassName
{
color: #069594;
}
</style>
background-color css
<style>
a { background-color: #069594; }
a { background-color: rgb(6,149,148); }
div.DivClassName
{
background-color: #069594;
}
.BgClassName
{
background-color: #069594;
}
</style>
border-color css
<style>
span { border-color: #069594; }
span { border-color: rgb(6,149,148); }
td.TdClassName
{
border-color: #069594;
}
.TagClassName
{
border-color: #069594;
}
</style>