Shades of Downy #65DFCF
Tints of Downy #65DFCF
RGB
CMYK
RGB Variations
Color information
#65DFCF (or 0x65DFCF) is known color: Downy. HEX triplet: 65, DF and CF. RGB value is (101,223,207). Sum of RGB (Red+Green+Blue) = 101+223+207=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFCF is #9A2030. Grayscale: #B8B8B8. Windows color (decimal): -10100785 or 13623141. OLE color: 13623141.
HSL color Cylindrical-coordinate representation of color #65DFCF: hue angle of 172.13º 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 #65DFCF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 207 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.13 |
| HSL | 172.13º | 0.66% | 0.64% | - |
| HSV(B) | 172.13º | 0.55% | 0.87% | - |
| XYZ | 43.02 | 60.05 | 68.35 | - |
| YUV | 184.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 207 | 0.55 | 0 | 0.07 | 0.13 | 172.13 | 0.66 | 0.64 |
| Hex | 65 | DF | CF | 37 | 0 | 7 | D | AC | 42 | 40 |
| Octal | 145 | 337 | 317 | 67 | 0 | 7 | 15 | 254 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11001111 | 110111 | 0 | 111 | 1101 | 10101100 | 1000010 | 1000000 |
Color Harmonies of #65DFCF
Complementary color
Monochromatic Colors of #65DFCF
Black with #65DFCF
Text Example
Text Example
White with #65DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFCF; }
p { color: rgb(101,223,207); }
H1.HeaderClassName
{
color: #65DFCF;
}
.AnyTagClassName
{
color: #65DFCF;
}
</style>
background-color css
<style>
a { background-color: #65DFCF; }
a { background-color: rgb(101,223,207); }
div.DivClassName
{
background-color: #65DFCF;
}
.BgClassName
{
background-color: #65DFCF;
}
</style>
border-color css
<style>
span { border-color: #65DFCF; }
span { border-color: rgb(101,223,207); }
td.TdClassName
{
border-color: #65DFCF;
}
.TagClassName
{
border-color: #65DFCF;
}
</style>