Shades of Downy #6ACCC0
Tints of Downy #6ACCC0
RGB
CMYK
RGB Variations
Color information
#6ACCC0 (or 0x6ACCC0) is known color: Downy. HEX triplet: 6A, CC and C0. RGB value is (106,204,192). Sum of RGB (Red+Green+Blue) = 106+204+192=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCC0 is #95333F. Grayscale: #ADADAD. Windows color (decimal): -9777984 or 12635242. OLE color: 12635242.
HSL color Cylindrical-coordinate representation of color #6ACCC0: hue angle of 172.65º 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 #6ACCC0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 192 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.2 |
| HSL | 172.65º | 0.49% | 0.61% | - |
| HSV(B) | 172.65º | 0.48% | 0.8% | - |
| XYZ | 37.05 | 50.06 | 57.58 | - |
| YUV | 173.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 192 | 0.48 | 0 | 0.06 | 0.2 | 172.65 | 0.49 | 0.61 |
| Hex | 6A | CC | C0 | 30 | 0 | 6 | 14 | AD | 31 | 3D |
| Octal | 152 | 314 | 300 | 60 | 0 | 6 | 24 | 255 | 61 | 75 |
| Binary | 1101010 | 11001100 | 11000000 | 110000 | 0 | 110 | 10100 | 10101101 | 110001 | 111101 |
Color Harmonies of #6ACCC0
Complementary color
Monochromatic Colors of #6ACCC0
Black with #6ACCC0
Text Example
Text Example
White with #6ACCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCC0; }
p { color: rgb(106,204,192); }
H1.HeaderClassName
{
color: #6ACCC0;
}
.AnyTagClassName
{
color: #6ACCC0;
}
</style>
background-color css
<style>
a { background-color: #6ACCC0; }
a { background-color: rgb(106,204,192); }
div.DivClassName
{
background-color: #6ACCC0;
}
.BgClassName
{
background-color: #6ACCC0;
}
</style>
border-color css
<style>
span { border-color: #6ACCC0; }
span { border-color: rgb(106,204,192); }
td.TdClassName
{
border-color: #6ACCC0;
}
.TagClassName
{
border-color: #6ACCC0;
}
</style>