Shades of Downy #65D1C2
Tints of Downy #65D1C2
RGB
CMYK
RGB Variations
Color information
#65D1C2 (or 0x65D1C2) is known color: Downy. HEX triplet: 65, D1 and C2. RGB value is (101,209,194). Sum of RGB (Red+Green+Blue) = 101+209+194=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D1C2 is #9A2E3D. Grayscale: #AEAEAE. Windows color (decimal): -10104382 or 12767589. OLE color: 12767589.
HSL color Cylindrical-coordinate representation of color #65D1C2: hue angle of 171.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1C2 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 209 | 194 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.18 |
| HSL | 171.67º | 0.54% | 0.61% | - |
| HSV(B) | 171.67º | 0.52% | 0.82% | - |
| XYZ | 37.9 | 52.26 | 59.13 | - |
| YUV | 175 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 209 | 194 | 0.52 | 0 | 0.07 | 0.18 | 171.67 | 0.54 | 0.61 |
| Hex | 65 | D1 | C2 | 34 | 0 | 7 | 12 | AC | 36 | 3D |
| Octal | 145 | 321 | 302 | 64 | 0 | 7 | 22 | 254 | 66 | 75 |
| Binary | 1100101 | 11010001 | 11000010 | 110100 | 0 | 111 | 10010 | 10101100 | 110110 | 111101 |
Color Harmonies of #65D1C2
Complementary color
Monochromatic Colors of #65D1C2
Black with #65D1C2
Text Example
Text Example
White with #65D1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D1C2; }
p { color: rgb(101,209,194); }
H1.HeaderClassName
{
color: #65D1C2;
}
.AnyTagClassName
{
color: #65D1C2;
}
</style>
background-color css
<style>
a { background-color: #65D1C2; }
a { background-color: rgb(101,209,194); }
div.DivClassName
{
background-color: #65D1C2;
}
.BgClassName
{
background-color: #65D1C2;
}
</style>
border-color css
<style>
span { border-color: #65D1C2; }
span { border-color: rgb(101,209,194); }
td.TdClassName
{
border-color: #65D1C2;
}
.TagClassName
{
border-color: #65D1C2;
}
</style>