Shades of Downy #65DFCA
Tints of Downy #65DFCA
RGB
CMYK
RGB Variations
Color information
#65DFCA (or 0x65DFCA) is known color: Downy. HEX triplet: 65, DF and CA. RGB value is (101,223,202). Sum of RGB (Red+Green+Blue) = 101+223+202=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFCA is #9A2035. Grayscale: #B8B8B8. Windows color (decimal): -10100790 or 13295461. OLE color: 13295461.
HSL color Cylindrical-coordinate representation of color #65DFCA: hue angle of 169.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFCA is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 202 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.13 |
| HSL | 169.67º | 0.66% | 0.64% | - |
| HSV(B) | 169.67º | 0.55% | 0.87% | - |
| XYZ | 42.42 | 59.81 | 65.19 | - |
| YUV | 184.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 202 | 0.55 | 0 | 0.09 | 0.13 | 169.67 | 0.66 | 0.64 |
| Hex | 65 | DF | CA | 37 | 0 | 9 | D | AA | 42 | 40 |
| Octal | 145 | 337 | 312 | 67 | 0 | 11 | 15 | 252 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11001010 | 110111 | 0 | 1001 | 1101 | 10101010 | 1000010 | 1000000 |
Color Harmonies of #65DFCA
Complementary color
Monochromatic Colors of #65DFCA
Black with #65DFCA
Text Example
Text Example
White with #65DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFCA; }
p { color: rgb(101,223,202); }
H1.HeaderClassName
{
color: #65DFCA;
}
.AnyTagClassName
{
color: #65DFCA;
}
</style>
background-color css
<style>
a { background-color: #65DFCA; }
a { background-color: rgb(101,223,202); }
div.DivClassName
{
background-color: #65DFCA;
}
.BgClassName
{
background-color: #65DFCA;
}
</style>
border-color css
<style>
span { border-color: #65DFCA; }
span { border-color: rgb(101,223,202); }
td.TdClassName
{
border-color: #65DFCA;
}
.TagClassName
{
border-color: #65DFCA;
}
</style>