Shades of Downy #65DAC7
Tints of Downy #65DAC7
RGB
CMYK
RGB Variations
Color information
#65DAC7 (or 0x65DAC7) is known color: Downy. HEX triplet: 65, DA and C7. RGB value is (101,218,199). Sum of RGB (Red+Green+Blue) = 101+218+199=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAC7 is #9A2538. Grayscale: #B4B4B4. Windows color (decimal): -10102073 or 13097573. OLE color: 13097573.
HSL color Cylindrical-coordinate representation of color #65DAC7: hue angle of 170.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DAC7 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 199 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.15 |
| HSL | 170.26º | 0.61% | 0.63% | - |
| HSV(B) | 170.26º | 0.54% | 0.85% | - |
| XYZ | 40.75 | 57.03 | 62.89 | - |
| YUV | 180.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 199 | 0.54 | 0 | 0.09 | 0.15 | 170.26 | 0.61 | 0.63 |
| Hex | 65 | DA | C7 | 36 | 0 | 9 | F | AA | 3D | 3F |
| Octal | 145 | 332 | 307 | 66 | 0 | 11 | 17 | 252 | 75 | 77 |
| Binary | 1100101 | 11011010 | 11000111 | 110110 | 0 | 1001 | 1111 | 10101010 | 111101 | 111111 |
Color Harmonies of #65DAC7
Complementary color
Monochromatic Colors of #65DAC7
Black with #65DAC7
Text Example
Text Example
White with #65DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAC7; }
p { color: rgb(101,218,199); }
H1.HeaderClassName
{
color: #65DAC7;
}
.AnyTagClassName
{
color: #65DAC7;
}
</style>
background-color css
<style>
a { background-color: #65DAC7; }
a { background-color: rgb(101,218,199); }
div.DivClassName
{
background-color: #65DAC7;
}
.BgClassName
{
background-color: #65DAC7;
}
</style>
border-color css
<style>
span { border-color: #65DAC7; }
span { border-color: rgb(101,218,199); }
td.TdClassName
{
border-color: #65DAC7;
}
.TagClassName
{
border-color: #65DAC7;
}
</style>