Shades of Downy #6ACCC2
Tints of Downy #6ACCC2
RGB
CMYK
RGB Variations
Color information
#6ACCC2 (or 0x6ACCC2) is known color: Downy. HEX triplet: 6A, CC and C2. RGB value is (106,204,194). Sum of RGB (Red+Green+Blue) = 106+204+194=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCC2 is #95333D. Grayscale: #ADADAD. Windows color (decimal): -9777982 or 12766314. OLE color: 12766314.
HSL color Cylindrical-coordinate representation of color #6ACCC2: hue angle of 173.88º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACCC2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 194 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.2 |
| HSL | 173.88º | 0.49% | 0.61% | - |
| HSV(B) | 173.88º | 0.48% | 0.8% | - |
| XYZ | 37.27 | 50.14 | 58.75 | - |
| YUV | 173.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 194 | 0.48 | 0 | 0.05 | 0.2 | 173.88 | 0.49 | 0.61 |
| Hex | 6A | CC | C2 | 30 | 0 | 5 | 14 | AE | 31 | 3D |
| Octal | 152 | 314 | 302 | 60 | 0 | 5 | 24 | 256 | 61 | 75 |
| Binary | 1101010 | 11001100 | 11000010 | 110000 | 0 | 101 | 10100 | 10101110 | 110001 | 111101 |
Color Harmonies of #6ACCC2
Complementary color
Monochromatic Colors of #6ACCC2
Black with #6ACCC2
Text Example
Text Example
White with #6ACCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCC2; }
p { color: rgb(106,204,194); }
H1.HeaderClassName
{
color: #6ACCC2;
}
.AnyTagClassName
{
color: #6ACCC2;
}
</style>
background-color css
<style>
a { background-color: #6ACCC2; }
a { background-color: rgb(106,204,194); }
div.DivClassName
{
background-color: #6ACCC2;
}
.BgClassName
{
background-color: #6ACCC2;
}
</style>
border-color css
<style>
span { border-color: #6ACCC2; }
span { border-color: rgb(106,204,194); }
td.TdClassName
{
border-color: #6ACCC2;
}
.TagClassName
{
border-color: #6ACCC2;
}
</style>