Shades of Downy #69D9BA
Tints of Downy #69D9BA
RGB
CMYK
RGB Variations
Color information
#69D9BA (or 0x69D9BA) is known color: Downy. HEX triplet: 69, D9 and BA. RGB value is (105,217,186). Sum of RGB (Red+Green+Blue) = 105+217+186=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #69D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D9BA is #962645. Grayscale: #B3B3B3. Windows color (decimal): -9840198 or 12245353. OLE color: 12245353.
HSL color Cylindrical-coordinate representation of color #69D9BA: hue angle of 163.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D9BA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 186 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.15 |
| HSL | 163.39º | 0.6% | 0.63% | - |
| HSV(B) | 163.39º | 0.52% | 0.85% | - |
| XYZ | 39.5 | 56.17 | 55.22 | - |
| YUV | 179.98 | 131.39 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 186 | 0.52 | 0 | 0.14 | 0.15 | 163.39 | 0.6 | 0.63 |
| Hex | 69 | D9 | BA | 34 | 0 | E | F | A3 | 3C | 3F |
| Octal | 151 | 331 | 272 | 64 | 0 | 16 | 17 | 243 | 74 | 77 |
| Binary | 1101001 | 11011001 | 10111010 | 110100 | 0 | 1110 | 1111 | 10100011 | 111100 | 111111 |
Color Harmonies of #69D9BA
Complementary color
Monochromatic Colors of #69D9BA
Black with #69D9BA
Text Example
Text Example
White with #69D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D9BA; }
p { color: rgb(105,217,186); }
H1.HeaderClassName
{
color: #69D9BA;
}
.AnyTagClassName
{
color: #69D9BA;
}
</style>
background-color css
<style>
a { background-color: #69D9BA; }
a { background-color: rgb(105,217,186); }
div.DivClassName
{
background-color: #69D9BA;
}
.BgClassName
{
background-color: #69D9BA;
}
</style>
border-color css
<style>
span { border-color: #69D9BA; }
span { border-color: rgb(105,217,186); }
td.TdClassName
{
border-color: #69D9BA;
}
.TagClassName
{
border-color: #69D9BA;
}
</style>