Shades of Downy #65CABA
Tints of Downy #65CABA
RGB
CMYK
RGB Variations
Color information
#65CABA (or 0x65CABA) is known color: Downy. HEX triplet: 65, CA and BA. RGB value is (101,202,186). Sum of RGB (Red+Green+Blue) = 101+202+186=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #65CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CABA is #9A3545. Grayscale: #A9A9A9. Windows color (decimal): -10106182 or 12241509. OLE color: 12241509.
HSL color Cylindrical-coordinate representation of color #65CABA: hue angle of 170.5º 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 #65CABA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 186 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.21 |
| HSL | 170.5º | 0.49% | 0.59% | - |
| HSV(B) | 170.5º | 0.5% | 0.79% | - |
| XYZ | 35.35 | 48.55 | 53.96 | - |
| YUV | 169.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 186 | 0.50 | 0 | 0.08 | 0.21 | 170.5 | 0.49 | 0.59 |
| Hex | 65 | CA | BA | 32 | 0 | 8 | 15 | AA | 31 | 3B |
| Octal | 145 | 312 | 272 | 62 | 0 | 10 | 25 | 252 | 61 | 73 |
| Binary | 1100101 | 11001010 | 10111010 | 110010 | 0 | 1000 | 10101 | 10101010 | 110001 | 111011 |
Color Harmonies of #65CABA
Complementary color
Monochromatic Colors of #65CABA
Black with #65CABA
Text Example
Text Example
White with #65CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CABA; }
p { color: rgb(101,202,186); }
H1.HeaderClassName
{
color: #65CABA;
}
.AnyTagClassName
{
color: #65CABA;
}
</style>
background-color css
<style>
a { background-color: #65CABA; }
a { background-color: rgb(101,202,186); }
div.DivClassName
{
background-color: #65CABA;
}
.BgClassName
{
background-color: #65CABA;
}
</style>
border-color css
<style>
span { border-color: #65CABA; }
span { border-color: rgb(101,202,186); }
td.TdClassName
{
border-color: #65CABA;
}
.TagClassName
{
border-color: #65CABA;
}
</style>