Shades of Dark Cyan #069490
Tints of Dark Cyan #069490
RGB
CMYK
RGB Variations
Color information
#069490 (or 0x069490) is known color: Dark Cyan. HEX triplet: 06, 94 and 90. RGB value is (6,148,144). Sum of RGB (Red+Green+Blue) = 6+148+144=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #069490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069490 is #F96B6F. Grayscale: #686868. Windows color (decimal): -16345968 or 9475078. OLE color: 9475078.
HSL color Cylindrical-coordinate representation of color #069490: hue angle of 178.31º 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 #069490 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 148 | 144 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.42 |
| HSL | 178.31º | 0.92% | 0.3% | - |
| HSV(B) | 178.31º | 0.96% | 0.58% | - |
| XYZ | 15.7 | 23.23 | 30.04 | - |
| YUV | 105.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 144 | 0.96 | 0 | 0.03 | 0.42 | 178.31 | 0.92 | 0.3 |
| Hex | 6 | 94 | 90 | 60 | 0 | 3 | 2A | B2 | 5C | 1E |
| Octal | 6 | 224 | 220 | 140 | 0 | 3 | 52 | 262 | 134 | 36 |
| Binary | 110 | 10010100 | 10010000 | 1100000 | 0 | 11 | 101010 | 10110010 | 1011100 | 11110 |
Color Harmonies of #069490
Complementary color
Monochromatic Colors of #069490
Black with #069490
Text Example
Text Example
White with #069490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069490; }
p { color: rgb(6,148,144); }
H1.HeaderClassName
{
color: #069490;
}
.AnyTagClassName
{
color: #069490;
}
</style>
background-color css
<style>
a { background-color: #069490; }
a { background-color: rgb(6,148,144); }
div.DivClassName
{
background-color: #069490;
}
.BgClassName
{
background-color: #069490;
}
</style>
border-color css
<style>
span { border-color: #069490; }
span { border-color: rgb(6,148,144); }
td.TdClassName
{
border-color: #069490;
}
.TagClassName
{
border-color: #069490;
}
</style>