Shades of Downy #65D7C8
Tints of Downy #65D7C8
RGB
CMYK
RGB Variations
Color information
#65D7C8 (or 0x65D7C8) is known color: Downy. HEX triplet: 65, D7 and C8. RGB value is (101,215,200). Sum of RGB (Red+Green+Blue) = 101+215+200=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7C8 is #9A2837. Grayscale: #B3B3B3. Windows color (decimal): -10102840 or 13162341. OLE color: 13162341.
HSL color Cylindrical-coordinate representation of color #65D7C8: hue angle of 172.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7C8 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 200 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.16 |
| HSL | 172.11º | 0.59% | 0.62% | - |
| HSV(B) | 172.11º | 0.53% | 0.84% | - |
| XYZ | 40.09 | 55.54 | 63.25 | - |
| YUV | 179.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 200 | 0.53 | 0 | 0.07 | 0.16 | 172.11 | 0.59 | 0.62 |
| Hex | 65 | D7 | C8 | 35 | 0 | 7 | 10 | AC | 3B | 3E |
| Octal | 145 | 327 | 310 | 65 | 0 | 7 | 20 | 254 | 73 | 76 |
| Binary | 1100101 | 11010111 | 11001000 | 110101 | 0 | 111 | 10000 | 10101100 | 111011 | 111110 |
Color Harmonies of #65D7C8
Complementary color
Monochromatic Colors of #65D7C8
Black with #65D7C8
Text Example
Text Example
White with #65D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D7C8; }
p { color: rgb(101,215,200); }
H1.HeaderClassName
{
color: #65D7C8;
}
.AnyTagClassName
{
color: #65D7C8;
}
</style>
background-color css
<style>
a { background-color: #65D7C8; }
a { background-color: rgb(101,215,200); }
div.DivClassName
{
background-color: #65D7C8;
}
.BgClassName
{
background-color: #65D7C8;
}
</style>
border-color css
<style>
span { border-color: #65D7C8; }
span { border-color: rgb(101,215,200); }
td.TdClassName
{
border-color: #65D7C8;
}
.TagClassName
{
border-color: #65D7C8;
}
</style>