Shades of Downy #65C7CA
Tints of Downy #65C7CA
RGB
CMYK
RGB Variations
Color information
#65C7CA (or 0x65C7CA) is known color: Downy. HEX triplet: 65, C7 and CA. RGB value is (101,199,202). Sum of RGB (Red+Green+Blue) = 101+199+202=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #65C7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C7CA is #9A3835. Grayscale: #A9A9A9. Windows color (decimal): -10106934 or 13289317. OLE color: 13289317.
HSL color Cylindrical-coordinate representation of color #65C7CA: hue angle of 181.78º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C7CA is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 199 | 202 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.21 |
| HSL | 181.78º | 0.49% | 0.59% | - |
| HSV(B) | 181.78º | 0.5% | 0.79% | - |
| XYZ | 36.45 | 47.88 | 63.2 | - |
| YUV | 170.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 202 | 0.50 | 0.01 | 0 | 0.21 | 181.78 | 0.49 | 0.59 |
| Hex | 65 | C7 | CA | 32 | 1 | 0 | 15 | B6 | 31 | 3B |
| Octal | 145 | 307 | 312 | 62 | 1 | 0 | 25 | 266 | 61 | 73 |
| Binary | 1100101 | 11000111 | 11001010 | 110010 | 1 | 0 | 10101 | 10110110 | 110001 | 111011 |
Color Harmonies of #65C7CA
Complementary color
Monochromatic Colors of #65C7CA
Black with #65C7CA
Text Example
Text Example
White with #65C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C7CA; }
p { color: rgb(101,199,202); }
H1.HeaderClassName
{
color: #65C7CA;
}
.AnyTagClassName
{
color: #65C7CA;
}
</style>
background-color css
<style>
a { background-color: #65C7CA; }
a { background-color: rgb(101,199,202); }
div.DivClassName
{
background-color: #65C7CA;
}
.BgClassName
{
background-color: #65C7CA;
}
</style>
border-color css
<style>
span { border-color: #65C7CA; }
span { border-color: rgb(101,199,202); }
td.TdClassName
{
border-color: #65C7CA;
}
.TagClassName
{
border-color: #65C7CA;
}
</style>