Shades of Downy #65CBBD
Tints of Downy #65CBBD
RGB
CMYK
RGB Variations
Color information
#65CBBD (or 0x65CBBD) is known color: Downy. HEX triplet: 65, CB and BD. RGB value is (101,203,189). Sum of RGB (Red+Green+Blue) = 101+203+189=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #65CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CBBD is #9A3442. Grayscale: #AAAAAA. Windows color (decimal): -10105923 or 12438373. OLE color: 12438373.
HSL color Cylindrical-coordinate representation of color #65CBBD: hue angle of 171.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CBBD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 189 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.20 |
| HSL | 171.76º | 0.5% | 0.6% | - |
| HSV(B) | 171.76º | 0.5% | 0.8% | - |
| XYZ | 35.91 | 49.15 | 55.74 | - |
| YUV | 170.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 189 | 0.50 | 0 | 0.07 | 0.20 | 171.76 | 0.5 | 0.6 |
| Hex | 65 | CB | BD | 32 | 0 | 7 | 14 | AC | 32 | 3C |
| Octal | 145 | 313 | 275 | 62 | 0 | 7 | 24 | 254 | 62 | 74 |
| Binary | 1100101 | 11001011 | 10111101 | 110010 | 0 | 111 | 10100 | 10101100 | 110010 | 111100 |
Color Harmonies of #65CBBD
Complementary color
Monochromatic Colors of #65CBBD
Black with #65CBBD
Text Example
Text Example
White with #65CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CBBD; }
p { color: rgb(101,203,189); }
H1.HeaderClassName
{
color: #65CBBD;
}
.AnyTagClassName
{
color: #65CBBD;
}
</style>
background-color css
<style>
a { background-color: #65CBBD; }
a { background-color: rgb(101,203,189); }
div.DivClassName
{
background-color: #65CBBD;
}
.BgClassName
{
background-color: #65CBBD;
}
</style>
border-color css
<style>
span { border-color: #65CBBD; }
span { border-color: rgb(101,203,189); }
td.TdClassName
{
border-color: #65CBBD;
}
.TagClassName
{
border-color: #65CBBD;
}
</style>