Shades of Downy #65CEBA
Tints of Downy #65CEBA
RGB
CMYK
RGB Variations
Color information
#65CEBA (or 0x65CEBA) is known color: Downy. HEX triplet: 65, CE and BA. RGB value is (101,206,186). Sum of RGB (Red+Green+Blue) = 101+206+186=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBA is #9A3145. Grayscale: #ACACAC. Windows color (decimal): -10105158 or 12242533. OLE color: 12242533.
HSL color Cylindrical-coordinate representation of color #65CEBA: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEBA is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 186 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.19 |
| HSL | 168.57º | 0.52% | 0.6% | - |
| HSV(B) | 168.57º | 0.51% | 0.81% | - |
| XYZ | 36.3 | 50.45 | 54.28 | - |
| YUV | 172.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 186 | 0.51 | 0 | 0.10 | 0.19 | 168.57 | 0.52 | 0.6 |
| Hex | 65 | CE | BA | 33 | 0 | A | 13 | A9 | 34 | 3C |
| Octal | 145 | 316 | 272 | 63 | 0 | 12 | 23 | 251 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10111010 | 110011 | 0 | 1010 | 10011 | 10101001 | 110100 | 111100 |
Color Harmonies of #65CEBA
Complementary color
Monochromatic Colors of #65CEBA
Black with #65CEBA
Text Example
Text Example
White with #65CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEBA; }
p { color: rgb(101,206,186); }
H1.HeaderClassName
{
color: #65CEBA;
}
.AnyTagClassName
{
color: #65CEBA;
}
</style>
background-color css
<style>
a { background-color: #65CEBA; }
a { background-color: rgb(101,206,186); }
div.DivClassName
{
background-color: #65CEBA;
}
.BgClassName
{
background-color: #65CEBA;
}
</style>
border-color css
<style>
span { border-color: #65CEBA; }
span { border-color: rgb(101,206,186); }
td.TdClassName
{
border-color: #65CEBA;
}
.TagClassName
{
border-color: #65CEBA;
}
</style>