Shades of Downy #65C3C1
Tints of Downy #65C3C1
RGB
CMYK
RGB Variations
Color information
#65C3C1 (or 0x65C3C1) is known color: Downy. HEX triplet: 65, C3 and C1. RGB value is (101,195,193). Sum of RGB (Red+Green+Blue) = 101+195+193=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3C1 is #9A3C3E. Grayscale: #A6A6A6. Windows color (decimal): -10107967 or 12698469. OLE color: 12698469.
HSL color Cylindrical-coordinate representation of color #65C3C1: hue angle of 178.72º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3C1 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 193 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.24 |
| HSL | 178.72º | 0.44% | 0.58% | - |
| HSV(B) | 178.72º | 0.48% | 0.76% | - |
| XYZ | 34.51 | 45.65 | 57.44 | - |
| YUV | 166.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 193 | 0.48 | 0 | 0.01 | 0.24 | 178.72 | 0.44 | 0.58 |
| Hex | 65 | C3 | C1 | 30 | 0 | 1 | 18 | B3 | 2C | 3A |
| Octal | 145 | 303 | 301 | 60 | 0 | 1 | 30 | 263 | 54 | 72 |
| Binary | 1100101 | 11000011 | 11000001 | 110000 | 0 | 1 | 11000 | 10110011 | 101100 | 111010 |
Color Harmonies of #65C3C1
Complementary color
Monochromatic Colors of #65C3C1
Black with #65C3C1
Text Example
Text Example
White with #65C3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C3C1; }
p { color: rgb(101,195,193); }
H1.HeaderClassName
{
color: #65C3C1;
}
.AnyTagClassName
{
color: #65C3C1;
}
</style>
background-color css
<style>
a { background-color: #65C3C1; }
a { background-color: rgb(101,195,193); }
div.DivClassName
{
background-color: #65C3C1;
}
.BgClassName
{
background-color: #65C3C1;
}
</style>
border-color css
<style>
span { border-color: #65C3C1; }
span { border-color: rgb(101,195,193); }
td.TdClassName
{
border-color: #65C3C1;
}
.TagClassName
{
border-color: #65C3C1;
}
</style>