Shades of Downy #65C2C1
Tints of Downy #65C2C1
RGB
CMYK
RGB Variations
Color information
#65C2C1 (or 0x65C2C1) is known color: Downy. HEX triplet: 65, C2 and C1. RGB value is (101,194,193). Sum of RGB (Red+Green+Blue) = 101+194+193=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2C1 is #9A3D3E. Grayscale: #A5A5A5. Windows color (decimal): -10108223 or 12698213. OLE color: 12698213.
HSL color Cylindrical-coordinate representation of color #65C2C1: hue angle of 179.35º degrees, saturation: 0.43, 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 #65C2C1 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 193 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.24 |
| HSL | 179.35º | 0.43% | 0.58% | - |
| HSV(B) | 179.35º | 0.48% | 0.76% | - |
| XYZ | 34.28 | 45.2 | 57.37 | - |
| YUV | 166.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 193 | 0.48 | 0 | 0.01 | 0.24 | 179.35 | 0.43 | 0.58 |
| Hex | 65 | C2 | C1 | 30 | 0 | 1 | 18 | B3 | 2B | 3A |
| Octal | 145 | 302 | 301 | 60 | 0 | 1 | 30 | 263 | 53 | 72 |
| Binary | 1100101 | 11000010 | 11000001 | 110000 | 0 | 1 | 11000 | 10110011 | 101011 | 111010 |
Color Harmonies of #65C2C1
Complementary color
Monochromatic Colors of #65C2C1
Black with #65C2C1
Text Example
Text Example
White with #65C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2C1; }
p { color: rgb(101,194,193); }
H1.HeaderClassName
{
color: #65C2C1;
}
.AnyTagClassName
{
color: #65C2C1;
}
</style>
background-color css
<style>
a { background-color: #65C2C1; }
a { background-color: rgb(101,194,193); }
div.DivClassName
{
background-color: #65C2C1;
}
.BgClassName
{
background-color: #65C2C1;
}
</style>
border-color css
<style>
span { border-color: #65C2C1; }
span { border-color: rgb(101,194,193); }
td.TdClassName
{
border-color: #65C2C1;
}
.TagClassName
{
border-color: #65C2C1;
}
</style>