Shades of Dark Cyan #069482
Tints of Dark Cyan #069482
RGB
CMYK
RGB Variations
Color information
#069482 (or 0x069482) is known color: Dark Cyan. HEX triplet: 06, 94 and 82. RGB value is (6,148,130). Sum of RGB (Red+Green+Blue) = 6+148+130=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #069482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069482 is #F96B7D. Grayscale: #676767. Windows color (decimal): -16345982 or 8557574. OLE color: 8557574.
HSL color Cylindrical-coordinate representation of color #069482: hue angle of 172.39º 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 #069482 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 130 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.42 |
| HSL | 172.39º | 0.92% | 0.3% | - |
| HSV(B) | 172.39º | 0.96% | 0.58% | - |
| XYZ | 14.69 | 22.83 | 24.75 | - |
| YUV | 103.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 130 | 0.96 | 0 | 0.12 | 0.42 | 172.39 | 0.92 | 0.3 |
| Hex | 6 | 94 | 82 | 60 | 0 | C | 2A | AC | 5C | 1E |
| Octal | 6 | 224 | 202 | 140 | 0 | 14 | 52 | 254 | 134 | 36 |
| Binary | 110 | 10010100 | 10000010 | 1100000 | 0 | 1100 | 101010 | 10101100 | 1011100 | 11110 |
Color Harmonies of #069482
Complementary color
Monochromatic Colors of #069482
Black with #069482
Text Example
Text Example
White with #069482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069482; }
p { color: rgb(6,148,130); }
H1.HeaderClassName
{
color: #069482;
}
.AnyTagClassName
{
color: #069482;
}
</style>
background-color css
<style>
a { background-color: #069482; }
a { background-color: rgb(6,148,130); }
div.DivClassName
{
background-color: #069482;
}
.BgClassName
{
background-color: #069482;
}
</style>
border-color css
<style>
span { border-color: #069482; }
span { border-color: rgb(6,148,130); }
td.TdClassName
{
border-color: #069482;
}
.TagClassName
{
border-color: #069482;
}
</style>