Shades of Downy #69DFBA
Tints of Downy #69DFBA
RGB
CMYK
RGB Variations
Color information
#69DFBA (or 0x69DFBA) is known color: Downy. HEX triplet: 69, DF and BA. RGB value is (105,223,186). Sum of RGB (Red+Green+Blue) = 105+223+186=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFBA is #962045. Grayscale: #B7B7B7. Windows color (decimal): -9838662 or 12246889. OLE color: 12246889.
HSL color Cylindrical-coordinate representation of color #69DFBA: hue angle of 161.19º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFBA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 186 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.13 |
| HSL | 161.19º | 0.65% | 0.64% | - |
| HSV(B) | 161.19º | 0.53% | 0.87% | - |
| XYZ | 41.08 | 59.32 | 55.74 | - |
| YUV | 183.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 186 | 0.53 | 0 | 0.17 | 0.13 | 161.19 | 0.65 | 0.64 |
| Hex | 69 | DF | BA | 35 | 0 | 11 | D | A1 | 41 | 40 |
| Octal | 151 | 337 | 272 | 65 | 0 | 21 | 15 | 241 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10111010 | 110101 | 0 | 10001 | 1101 | 10100001 | 1000001 | 1000000 |
Color Harmonies of #69DFBA
Complementary color
Monochromatic Colors of #69DFBA
Black with #69DFBA
Text Example
Text Example
White with #69DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFBA; }
p { color: rgb(105,223,186); }
H1.HeaderClassName
{
color: #69DFBA;
}
.AnyTagClassName
{
color: #69DFBA;
}
</style>
background-color css
<style>
a { background-color: #69DFBA; }
a { background-color: rgb(105,223,186); }
div.DivClassName
{
background-color: #69DFBA;
}
.BgClassName
{
background-color: #69DFBA;
}
</style>
border-color css
<style>
span { border-color: #69DFBA; }
span { border-color: rgb(105,223,186); }
td.TdClassName
{
border-color: #69DFBA;
}
.TagClassName
{
border-color: #69DFBA;
}
</style>