Shades of Dark Cyan #069082
Tints of Dark Cyan #069082
RGB
CMYK
RGB Variations
Color information
#069082 (or 0x069082) is known color: Dark Cyan. HEX triplet: 06, 90 and 82. RGB value is (6,144,130). Sum of RGB (Red+Green+Blue) = 6+144+130=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #069082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069082 is #F96F7D. Grayscale: #656565. Windows color (decimal): -16347006 or 8556550. OLE color: 8556550.
HSL color Cylindrical-coordinate representation of color #069082: hue angle of 173.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069082 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 130 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.44 |
| HSL | 173.91º | 0.92% | 0.29% | - |
| HSV(B) | 173.91º | 0.96% | 0.56% | - |
| XYZ | 14.08 | 21.6 | 24.55 | - |
| YUV | 101.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 130 | 0.96 | 0 | 0.10 | 0.44 | 173.91 | 0.92 | 0.29 |
| Hex | 6 | 90 | 82 | 60 | 0 | A | 2C | AE | 5C | 1D |
| Octal | 6 | 220 | 202 | 140 | 0 | 12 | 54 | 256 | 134 | 35 |
| Binary | 110 | 10010000 | 10000010 | 1100000 | 0 | 1010 | 101100 | 10101110 | 1011100 | 11101 |
Color Harmonies of #069082
Complementary color
Monochromatic Colors of #069082
Black with #069082
Text Example
Text Example
White with #069082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069082; }
p { color: rgb(6,144,130); }
H1.HeaderClassName
{
color: #069082;
}
.AnyTagClassName
{
color: #069082;
}
</style>
background-color css
<style>
a { background-color: #069082; }
a { background-color: rgb(6,144,130); }
div.DivClassName
{
background-color: #069082;
}
.BgClassName
{
background-color: #069082;
}
</style>
border-color css
<style>
span { border-color: #069082; }
span { border-color: rgb(6,144,130); }
td.TdClassName
{
border-color: #069082;
}
.TagClassName
{
border-color: #069082;
}
</style>