Shades of Downy #65CEBB
Tints of Downy #65CEBB
RGB
CMYK
RGB Variations
Color information
#65CEBB (or 0x65CEBB) is known color: Downy. HEX triplet: 65, CE and BB. RGB value is (101,206,187). Sum of RGB (Red+Green+Blue) = 101+206+187=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBB is #9A3144. Grayscale: #ACACAC. Windows color (decimal): -10105157 or 12308069. OLE color: 12308069.
HSL color Cylindrical-coordinate representation of color #65CEBB: hue angle of 169.14º 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 #65CEBB is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 187 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.19 |
| HSL | 169.14º | 0.52% | 0.6% | - |
| HSV(B) | 169.14º | 0.51% | 0.81% | - |
| XYZ | 36.41 | 50.5 | 54.84 | - |
| YUV | 172.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 187 | 0.51 | 0 | 0.09 | 0.19 | 169.14 | 0.52 | 0.6 |
| Hex | 65 | CE | BB | 33 | 0 | 9 | 13 | A9 | 34 | 3C |
| Octal | 145 | 316 | 273 | 63 | 0 | 11 | 23 | 251 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10111011 | 110011 | 0 | 1001 | 10011 | 10101001 | 110100 | 111100 |
Color Harmonies of #65CEBB
Complementary color
Monochromatic Colors of #65CEBB
Black with #65CEBB
Text Example
Text Example
White with #65CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEBB; }
p { color: rgb(101,206,187); }
H1.HeaderClassName
{
color: #65CEBB;
}
.AnyTagClassName
{
color: #65CEBB;
}
</style>
background-color css
<style>
a { background-color: #65CEBB; }
a { background-color: rgb(101,206,187); }
div.DivClassName
{
background-color: #65CEBB;
}
.BgClassName
{
background-color: #65CEBB;
}
</style>
border-color css
<style>
span { border-color: #65CEBB; }
span { border-color: rgb(101,206,187); }
td.TdClassName
{
border-color: #65CEBB;
}
.TagClassName
{
border-color: #65CEBB;
}
</style>