Shades of Downy #65C8BD
Tints of Downy #65C8BD
RGB
CMYK
RGB Variations
Color information
#65C8BD (or 0x65C8BD) is known color: Downy. HEX triplet: 65, C8 and BD. RGB value is (101,200,189). Sum of RGB (Red+Green+Blue) = 101+200+189=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8BD is #9A3742. Grayscale: #A9A9A9. Windows color (decimal): -10106691 or 12437605. OLE color: 12437605.
HSL color Cylindrical-coordinate representation of color #65C8BD: hue angle of 173.33º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C8BD is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 189 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.22 |
| HSL | 173.33º | 0.47% | 0.59% | - |
| HSV(B) | 173.33º | 0.5% | 0.78% | - |
| XYZ | 35.21 | 47.75 | 55.51 | - |
| YUV | 169.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 189 | 0.49 | 0 | 0.06 | 0.22 | 173.33 | 0.47 | 0.59 |
| Hex | 65 | C8 | BD | 31 | 0 | 6 | 16 | AD | 2F | 3B |
| Octal | 145 | 310 | 275 | 61 | 0 | 6 | 26 | 255 | 57 | 73 |
| Binary | 1100101 | 11001000 | 10111101 | 110001 | 0 | 110 | 10110 | 10101101 | 101111 | 111011 |
Color Harmonies of #65C8BD
Complementary color
Monochromatic Colors of #65C8BD
Black with #65C8BD
Text Example
Text Example
White with #65C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8BD; }
p { color: rgb(101,200,189); }
H1.HeaderClassName
{
color: #65C8BD;
}
.AnyTagClassName
{
color: #65C8BD;
}
</style>
background-color css
<style>
a { background-color: #65C8BD; }
a { background-color: rgb(101,200,189); }
div.DivClassName
{
background-color: #65C8BD;
}
.BgClassName
{
background-color: #65C8BD;
}
</style>
border-color css
<style>
span { border-color: #65C8BD; }
span { border-color: rgb(101,200,189); }
td.TdClassName
{
border-color: #65C8BD;
}
.TagClassName
{
border-color: #65C8BD;
}
</style>