Shades of Downy #65DAC1
Tints of Downy #65DAC1
RGB
CMYK
RGB Variations
Color information
#65DAC1 (or 0x65DAC1) is known color: Downy. HEX triplet: 65, DA and C1. RGB value is (101,218,193). Sum of RGB (Red+Green+Blue) = 101+218+193=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAC1 is #9A253E. Grayscale: #B4B4B4. Windows color (decimal): -10102079 or 12704357. OLE color: 12704357.
HSL color Cylindrical-coordinate representation of color #65DAC1: hue angle of 167.18º 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 #65DAC1 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 193 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.15 |
| HSL | 167.18º | 0.61% | 0.63% | - |
| HSV(B) | 167.18º | 0.54% | 0.85% | - |
| XYZ | 40.06 | 56.76 | 59.3 | - |
| YUV | 180.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 193 | 0.54 | 0 | 0.11 | 0.15 | 167.18 | 0.61 | 0.63 |
| Hex | 65 | DA | C1 | 36 | 0 | B | F | A7 | 3D | 3F |
| Octal | 145 | 332 | 301 | 66 | 0 | 13 | 17 | 247 | 75 | 77 |
| Binary | 1100101 | 11011010 | 11000001 | 110110 | 0 | 1011 | 1111 | 10100111 | 111101 | 111111 |
Color Harmonies of #65DAC1
Complementary color
Monochromatic Colors of #65DAC1
Black with #65DAC1
Text Example
Text Example
White with #65DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAC1; }
p { color: rgb(101,218,193); }
H1.HeaderClassName
{
color: #65DAC1;
}
.AnyTagClassName
{
color: #65DAC1;
}
</style>
background-color css
<style>
a { background-color: #65DAC1; }
a { background-color: rgb(101,218,193); }
div.DivClassName
{
background-color: #65DAC1;
}
.BgClassName
{
background-color: #65DAC1;
}
</style>
border-color css
<style>
span { border-color: #65DAC1; }
span { border-color: rgb(101,218,193); }
td.TdClassName
{
border-color: #65DAC1;
}
.TagClassName
{
border-color: #65DAC1;
}
</style>