Shades of Downy #69E0BA
Tints of Downy #69E0BA
RGB
CMYK
RGB Variations
Color information
#69E0BA (or 0x69E0BA) is known color: Downy. HEX triplet: 69, E0 and BA. RGB value is (105,224,186). Sum of RGB (Red+Green+Blue) = 105+224+186=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0BA is #961F45. Grayscale: #B8B8B8. Windows color (decimal): -9838406 or 12247145. OLE color: 12247145.
HSL color Cylindrical-coordinate representation of color #69E0BA: hue angle of 160.84º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0BA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 186 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.12 |
| HSL | 160.84º | 0.66% | 0.65% | - |
| HSV(B) | 160.84º | 0.53% | 0.88% | - |
| XYZ | 41.34 | 59.86 | 55.83 | - |
| YUV | 184.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 186 | 0.53 | 0 | 0.17 | 0.12 | 160.84 | 0.66 | 0.65 |
| Hex | 69 | E0 | BA | 35 | 0 | 11 | C | A1 | 42 | 41 |
| Octal | 151 | 340 | 272 | 65 | 0 | 21 | 14 | 241 | 102 | 101 |
| Binary | 1101001 | 11100000 | 10111010 | 110101 | 0 | 10001 | 1100 | 10100001 | 1000010 | 1000001 |
Color Harmonies of #69E0BA
Complementary color
Monochromatic Colors of #69E0BA
Black with #69E0BA
Text Example
Text Example
White with #69E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E0BA; }
p { color: rgb(105,224,186); }
H1.HeaderClassName
{
color: #69E0BA;
}
.AnyTagClassName
{
color: #69E0BA;
}
</style>
background-color css
<style>
a { background-color: #69E0BA; }
a { background-color: rgb(105,224,186); }
div.DivClassName
{
background-color: #69E0BA;
}
.BgClassName
{
background-color: #69E0BA;
}
</style>
border-color css
<style>
span { border-color: #69E0BA; }
span { border-color: rgb(105,224,186); }
td.TdClassName
{
border-color: #69E0BA;
}
.TagClassName
{
border-color: #69E0BA;
}
</style>