Shades of Downy #6ACAC2
Tints of Downy #6ACAC2
RGB
CMYK
RGB Variations
Color information
#6ACAC2 (or 0x6ACAC2) is known color: Downy. HEX triplet: 6A, CA and C2. RGB value is (106,202,194). Sum of RGB (Red+Green+Blue) = 106+202+194=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACAC2 is #95353D. Grayscale: #ACACAC. Windows color (decimal): -9778494 or 12765802. OLE color: 12765802.
HSL color Cylindrical-coordinate representation of color #6ACAC2: hue angle of 175º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACAC2 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 202 | 194 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.21 |
| HSL | 175º | 0.48% | 0.6% | - |
| HSV(B) | 175º | 0.48% | 0.79% | - |
| XYZ | 36.8 | 49.2 | 58.6 | - |
| YUV | 172.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 194 | 0.48 | 0 | 0.04 | 0.21 | 175 | 0.48 | 0.6 |
| Hex | 6A | CA | C2 | 30 | 0 | 4 | 15 | AF | 30 | 3C |
| Octal | 152 | 312 | 302 | 60 | 0 | 4 | 25 | 257 | 60 | 74 |
| Binary | 1101010 | 11001010 | 11000010 | 110000 | 0 | 100 | 10101 | 10101111 | 110000 | 111100 |
Color Harmonies of #6ACAC2
Complementary color
Monochromatic Colors of #6ACAC2
Black with #6ACAC2
Text Example
Text Example
White with #6ACAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAC2; }
p { color: rgb(106,202,194); }
H1.HeaderClassName
{
color: #6ACAC2;
}
.AnyTagClassName
{
color: #6ACAC2;
}
</style>
background-color css
<style>
a { background-color: #6ACAC2; }
a { background-color: rgb(106,202,194); }
div.DivClassName
{
background-color: #6ACAC2;
}
.BgClassName
{
background-color: #6ACAC2;
}
</style>
border-color css
<style>
span { border-color: #6ACAC2; }
span { border-color: rgb(106,202,194); }
td.TdClassName
{
border-color: #6ACAC2;
}
.TagClassName
{
border-color: #6ACAC2;
}
</style>