Shades of Downy #65CCBA
Tints of Downy #65CCBA
RGB
CMYK
RGB Variations
Color information
#65CCBA (or 0x65CCBA) is known color: Downy. HEX triplet: 65, CC and BA. RGB value is (101,204,186). Sum of RGB (Red+Green+Blue) = 101+204+186=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCBA is #9A3345. Grayscale: #ABABAB. Windows color (decimal): -10105670 or 12242021. OLE color: 12242021.
HSL color Cylindrical-coordinate representation of color #65CCBA: hue angle of 169.51º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCBA is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 186 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.2 |
| HSL | 169.51º | 0.5% | 0.6% | - |
| HSV(B) | 169.51º | 0.5% | 0.8% | - |
| XYZ | 35.82 | 49.5 | 54.12 | - |
| YUV | 171.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 186 | 0.50 | 0 | 0.09 | 0.2 | 169.51 | 0.5 | 0.6 |
| Hex | 65 | CC | BA | 32 | 0 | 9 | 14 | AA | 32 | 3C |
| Octal | 145 | 314 | 272 | 62 | 0 | 11 | 24 | 252 | 62 | 74 |
| Binary | 1100101 | 11001100 | 10111010 | 110010 | 0 | 1001 | 10100 | 10101010 | 110010 | 111100 |
Color Harmonies of #65CCBA
Complementary color
Monochromatic Colors of #65CCBA
Black with #65CCBA
Text Example
Text Example
White with #65CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCBA; }
p { color: rgb(101,204,186); }
H1.HeaderClassName
{
color: #65CCBA;
}
.AnyTagClassName
{
color: #65CCBA;
}
</style>
background-color css
<style>
a { background-color: #65CCBA; }
a { background-color: rgb(101,204,186); }
div.DivClassName
{
background-color: #65CCBA;
}
.BgClassName
{
background-color: #65CCBA;
}
</style>
border-color css
<style>
span { border-color: #65CCBA; }
span { border-color: rgb(101,204,186); }
td.TdClassName
{
border-color: #65CCBA;
}
.TagClassName
{
border-color: #65CCBA;
}
</style>