Shades of Dark Cyan #069484
Tints of Dark Cyan #069484
RGB
CMYK
RGB Variations
Color information
#069484 (or 0x069484) is known color: Dark Cyan. HEX triplet: 06, 94 and 84. RGB value is (6,148,132). Sum of RGB (Red+Green+Blue) = 6+148+132=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #069484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069484 is #F96B7B. Grayscale: #676767. Windows color (decimal): -16345980 or 8688646. OLE color: 8688646.
HSL color Cylindrical-coordinate representation of color #069484: hue angle of 173.24º 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 #069484 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 132 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.42 |
| HSL | 173.24º | 0.92% | 0.3% | - |
| HSV(B) | 173.24º | 0.96% | 0.58% | - |
| XYZ | 14.83 | 22.88 | 25.47 | - |
| YUV | 103.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 132 | 0.96 | 0 | 0.11 | 0.42 | 173.24 | 0.92 | 0.3 |
| Hex | 6 | 94 | 84 | 60 | 0 | B | 2A | AD | 5C | 1E |
| Octal | 6 | 224 | 204 | 140 | 0 | 13 | 52 | 255 | 134 | 36 |
| Binary | 110 | 10010100 | 10000100 | 1100000 | 0 | 1011 | 101010 | 10101101 | 1011100 | 11110 |
Color Harmonies of #069484
Complementary color
Monochromatic Colors of #069484
Black with #069484
Text Example
Text Example
White with #069484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069484; }
p { color: rgb(6,148,132); }
H1.HeaderClassName
{
color: #069484;
}
.AnyTagClassName
{
color: #069484;
}
</style>
background-color css
<style>
a { background-color: #069484; }
a { background-color: rgb(6,148,132); }
div.DivClassName
{
background-color: #069484;
}
.BgClassName
{
background-color: #069484;
}
</style>
border-color css
<style>
span { border-color: #069484; }
span { border-color: rgb(6,148,132); }
td.TdClassName
{
border-color: #069484;
}
.TagClassName
{
border-color: #069484;
}
</style>