Shades of Dark Cyan #069280
Tints of Dark Cyan #069280
RGB
CMYK
RGB Variations
Color information
#069280 (or 0x069280) is known color: Dark Cyan. HEX triplet: 06, 92 and 80. RGB value is (6,146,128). Sum of RGB (Red+Green+Blue) = 6+146+128=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #069280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069280 is #F96D7F. Grayscale: #666666. Windows color (decimal): -16346496 or 8425990. OLE color: 8425990.
HSL color Cylindrical-coordinate representation of color #069280: hue angle of 172.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069280 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 128 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.43 |
| HSL | 172.29º | 0.92% | 0.3% | - |
| HSV(B) | 172.29º | 0.96% | 0.57% | - |
| XYZ | 14.25 | 22.16 | 23.95 | - |
| YUV | 102.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 128 | 0.96 | 0 | 0.12 | 0.43 | 172.29 | 0.92 | 0.3 |
| Hex | 6 | 92 | 80 | 60 | 0 | C | 2B | AC | 5C | 1E |
| Octal | 6 | 222 | 200 | 140 | 0 | 14 | 53 | 254 | 134 | 36 |
| Binary | 110 | 10010010 | 10000000 | 1100000 | 0 | 1100 | 101011 | 10101100 | 1011100 | 11110 |
Color Harmonies of #069280
Complementary color
Monochromatic Colors of #069280
Black with #069280
Text Example
Text Example
White with #069280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069280; }
p { color: rgb(6,146,128); }
H1.HeaderClassName
{
color: #069280;
}
.AnyTagClassName
{
color: #069280;
}
</style>
background-color css
<style>
a { background-color: #069280; }
a { background-color: rgb(6,146,128); }
div.DivClassName
{
background-color: #069280;
}
.BgClassName
{
background-color: #069280;
}
</style>
border-color css
<style>
span { border-color: #069280; }
span { border-color: rgb(6,146,128); }
td.TdClassName
{
border-color: #069280;
}
.TagClassName
{
border-color: #069280;
}
</style>