Shades of Downy #69D1BA
Tints of Downy #69D1BA
RGB
CMYK
RGB Variations
Color information
#69D1BA (or 0x69D1BA) is known color: Downy. HEX triplet: 69, D1 and BA. RGB value is (105,209,186). Sum of RGB (Red+Green+Blue) = 105+209+186=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D1BA is #962E45. Grayscale: #AFAFAF. Windows color (decimal): -9842246 or 12243305. OLE color: 12243305.
HSL color Cylindrical-coordinate representation of color #69D1BA: hue angle of 166.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D1BA is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 209 | 186 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.18 |
| HSL | 166.73º | 0.53% | 0.62% | - |
| HSV(B) | 166.73º | 0.5% | 0.82% | - |
| XYZ | 37.49 | 52.15 | 54.54 | - |
| YUV | 175.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 209 | 186 | 0.50 | 0 | 0.11 | 0.18 | 166.73 | 0.53 | 0.62 |
| Hex | 69 | D1 | BA | 32 | 0 | B | 12 | A7 | 35 | 3E |
| Octal | 151 | 321 | 272 | 62 | 0 | 13 | 22 | 247 | 65 | 76 |
| Binary | 1101001 | 11010001 | 10111010 | 110010 | 0 | 1011 | 10010 | 10100111 | 110101 | 111110 |
Color Harmonies of #69D1BA
Complementary color
Monochromatic Colors of #69D1BA
Black with #69D1BA
Text Example
Text Example
White with #69D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D1BA; }
p { color: rgb(105,209,186); }
H1.HeaderClassName
{
color: #69D1BA;
}
.AnyTagClassName
{
color: #69D1BA;
}
</style>
background-color css
<style>
a { background-color: #69D1BA; }
a { background-color: rgb(105,209,186); }
div.DivClassName
{
background-color: #69D1BA;
}
.BgClassName
{
background-color: #69D1BA;
}
</style>
border-color css
<style>
span { border-color: #69D1BA; }
span { border-color: rgb(105,209,186); }
td.TdClassName
{
border-color: #69D1BA;
}
.TagClassName
{
border-color: #69D1BA;
}
</style>