Shades of Downy #65C5BF
Tints of Downy #65C5BF
RGB
CMYK
RGB Variations
Color information
#65C5BF (or 0x65C5BF) is known color: Downy. HEX triplet: 65, C5 and BF. RGB value is (101,197,191). Sum of RGB (Red+Green+Blue) = 101+197+191=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C5BF is #9A3A40. Grayscale: #A7A7A7. Windows color (decimal): -10107457 or 12567909. OLE color: 12567909.
HSL color Cylindrical-coordinate representation of color #65C5BF: hue angle of 176.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C5BF is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 191 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.23 |
| HSL | 176.25º | 0.45% | 0.58% | - |
| HSV(B) | 176.25º | 0.49% | 0.77% | - |
| XYZ | 34.74 | 46.46 | 56.43 | - |
| YUV | 167.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 191 | 0.49 | 0 | 0.03 | 0.23 | 176.25 | 0.45 | 0.58 |
| Hex | 65 | C5 | BF | 31 | 0 | 3 | 17 | B0 | 2D | 3A |
| Octal | 145 | 305 | 277 | 61 | 0 | 3 | 27 | 260 | 55 | 72 |
| Binary | 1100101 | 11000101 | 10111111 | 110001 | 0 | 11 | 10111 | 10110000 | 101101 | 111010 |
Color Harmonies of #65C5BF
Complementary color
Monochromatic Colors of #65C5BF
Black with #65C5BF
Text Example
Text Example
White with #65C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5BF; }
p { color: rgb(101,197,191); }
H1.HeaderClassName
{
color: #65C5BF;
}
.AnyTagClassName
{
color: #65C5BF;
}
</style>
background-color css
<style>
a { background-color: #65C5BF; }
a { background-color: rgb(101,197,191); }
div.DivClassName
{
background-color: #65C5BF;
}
.BgClassName
{
background-color: #65C5BF;
}
</style>
border-color css
<style>
span { border-color: #65C5BF; }
span { border-color: rgb(101,197,191); }
td.TdClassName
{
border-color: #65C5BF;
}
.TagClassName
{
border-color: #65C5BF;
}
</style>