Shades of Downy #65D0CD
Tints of Downy #65D0CD
RGB
CMYK
RGB Variations
Color information
#65D0CD (or 0x65D0CD) is known color: Downy. HEX triplet: 65, D0 and CD. RGB value is (101,208,205). Sum of RGB (Red+Green+Blue) = 101+208+205=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0CD is #9A2F32. Grayscale: #AFAFAF. Windows color (decimal): -10104627 or 13488229. OLE color: 13488229.
HSL color Cylindrical-coordinate representation of color #65D0CD: hue angle of 178.32º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0CD is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 205 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.18 |
| HSL | 178.32º | 0.53% | 0.61% | - |
| HSV(B) | 178.32º | 0.51% | 0.82% | - |
| XYZ | 38.94 | 52.29 | 65.8 | - |
| YUV | 175.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 205 | 0.51 | 0 | 0.01 | 0.18 | 178.32 | 0.53 | 0.61 |
| Hex | 65 | D0 | CD | 33 | 0 | 1 | 12 | B2 | 35 | 3D |
| Octal | 145 | 320 | 315 | 63 | 0 | 1 | 22 | 262 | 65 | 75 |
| Binary | 1100101 | 11010000 | 11001101 | 110011 | 0 | 1 | 10010 | 10110010 | 110101 | 111101 |
Color Harmonies of #65D0CD
Complementary color
Monochromatic Colors of #65D0CD
Black with #65D0CD
Text Example
Text Example
White with #65D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0CD; }
p { color: rgb(101,208,205); }
H1.HeaderClassName
{
color: #65D0CD;
}
.AnyTagClassName
{
color: #65D0CD;
}
</style>
background-color css
<style>
a { background-color: #65D0CD; }
a { background-color: rgb(101,208,205); }
div.DivClassName
{
background-color: #65D0CD;
}
.BgClassName
{
background-color: #65D0CD;
}
</style>
border-color css
<style>
span { border-color: #65D0CD; }
span { border-color: rgb(101,208,205); }
td.TdClassName
{
border-color: #65D0CD;
}
.TagClassName
{
border-color: #65D0CD;
}
</style>