Shades of Downy #65CFBB
Tints of Downy #65CFBB
RGB
CMYK
RGB Variations
Color information
#65CFBB (or 0x65CFBB) is known color: Downy. HEX triplet: 65, CF and BB. RGB value is (101,207,187). Sum of RGB (Red+Green+Blue) = 101+207+187=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFBB is #9A3044. Grayscale: #ADADAD. Windows color (decimal): -10104901 or 12308325. OLE color: 12308325.
HSL color Cylindrical-coordinate representation of color #65CFBB: hue angle of 168.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CFBB is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 187 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.19 |
| HSL | 168.68º | 0.52% | 0.6% | - |
| HSV(B) | 168.68º | 0.51% | 0.81% | - |
| XYZ | 36.65 | 50.98 | 54.92 | - |
| YUV | 173.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 187 | 0.51 | 0 | 0.10 | 0.19 | 168.68 | 0.52 | 0.6 |
| Hex | 65 | CF | BB | 33 | 0 | A | 13 | A9 | 34 | 3C |
| Octal | 145 | 317 | 273 | 63 | 0 | 12 | 23 | 251 | 64 | 74 |
| Binary | 1100101 | 11001111 | 10111011 | 110011 | 0 | 1010 | 10011 | 10101001 | 110100 | 111100 |
Color Harmonies of #65CFBB
Complementary color
Monochromatic Colors of #65CFBB
Black with #65CFBB
Text Example
Text Example
White with #65CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFBB; }
p { color: rgb(101,207,187); }
H1.HeaderClassName
{
color: #65CFBB;
}
.AnyTagClassName
{
color: #65CFBB;
}
</style>
background-color css
<style>
a { background-color: #65CFBB; }
a { background-color: rgb(101,207,187); }
div.DivClassName
{
background-color: #65CFBB;
}
.BgClassName
{
background-color: #65CFBB;
}
</style>
border-color css
<style>
span { border-color: #65CFBB; }
span { border-color: rgb(101,207,187); }
td.TdClassName
{
border-color: #65CFBB;
}
.TagClassName
{
border-color: #65CFBB;
}
</style>