Shades of Downy #65E1BB
Tints of Downy #65E1BB
RGB
CMYK
RGB Variations
Color information
#65E1BB (or 0x65E1BB) is known color: Downy. HEX triplet: 65, E1 and BB. RGB value is (101,225,187). Sum of RGB (Red+Green+Blue) = 101+225+187=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1BB is #9A1E44. Grayscale: #B7B7B7. Windows color (decimal): -10100293 or 12312933. OLE color: 12312933.
HSL color Cylindrical-coordinate representation of color #65E1BB: hue angle of 161.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1BB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 187 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.12 |
| HSL | 161.61º | 0.67% | 0.64% | - |
| HSV(B) | 161.61º | 0.55% | 0.88% | - |
| XYZ | 41.26 | 60.2 | 56.46 | - |
| YUV | 183.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 187 | 0.55 | 0 | 0.17 | 0.12 | 161.61 | 0.67 | 0.64 |
| Hex | 65 | E1 | BB | 37 | 0 | 11 | C | A2 | 43 | 40 |
| Octal | 145 | 341 | 273 | 67 | 0 | 21 | 14 | 242 | 103 | 100 |
| Binary | 1100101 | 11100001 | 10111011 | 110111 | 0 | 10001 | 1100 | 10100010 | 1000011 | 1000000 |
Color Harmonies of #65E1BB
Complementary color
Monochromatic Colors of #65E1BB
Black with #65E1BB
Text Example
Text Example
White with #65E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1BB; }
p { color: rgb(101,225,187); }
H1.HeaderClassName
{
color: #65E1BB;
}
.AnyTagClassName
{
color: #65E1BB;
}
</style>
background-color css
<style>
a { background-color: #65E1BB; }
a { background-color: rgb(101,225,187); }
div.DivClassName
{
background-color: #65E1BB;
}
.BgClassName
{
background-color: #65E1BB;
}
</style>
border-color css
<style>
span { border-color: #65E1BB; }
span { border-color: rgb(101,225,187); }
td.TdClassName
{
border-color: #65E1BB;
}
.TagClassName
{
border-color: #65E1BB;
}
</style>