Shades of Downy #69C2BA
Tints of Downy #69C2BA
RGB
CMYK
RGB Variations
Color information
#69C2BA (or 0x69C2BA) is known color: Downy. HEX triplet: 69, C2 and BA. RGB value is (105,194,186). Sum of RGB (Red+Green+Blue) = 105+194+186=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2BA is #963D45. Grayscale: #A6A6A6. Windows color (decimal): -9846086 or 12239465. OLE color: 12239465.
HSL color Cylindrical-coordinate representation of color #69C2BA: hue angle of 174.61º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2BA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 186 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.24 |
| HSL | 174.61º | 0.42% | 0.59% | - |
| HSV(B) | 174.61º | 0.46% | 0.76% | - |
| XYZ | 33.98 | 45.13 | 53.37 | - |
| YUV | 166.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 186 | 0.46 | 0 | 0.04 | 0.24 | 174.61 | 0.42 | 0.59 |
| Hex | 69 | C2 | BA | 2E | 0 | 4 | 18 | AF | 2A | 3B |
| Octal | 151 | 302 | 272 | 56 | 0 | 4 | 30 | 257 | 52 | 73 |
| Binary | 1101001 | 11000010 | 10111010 | 101110 | 0 | 100 | 11000 | 10101111 | 101010 | 111011 |
Color Harmonies of #69C2BA
Complementary color
Monochromatic Colors of #69C2BA
Black with #69C2BA
Text Example
Text Example
White with #69C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2BA; }
p { color: rgb(105,194,186); }
H1.HeaderClassName
{
color: #69C2BA;
}
.AnyTagClassName
{
color: #69C2BA;
}
</style>
background-color css
<style>
a { background-color: #69C2BA; }
a { background-color: rgb(105,194,186); }
div.DivClassName
{
background-color: #69C2BA;
}
.BgClassName
{
background-color: #69C2BA;
}
</style>
border-color css
<style>
span { border-color: #69C2BA; }
span { border-color: rgb(105,194,186); }
td.TdClassName
{
border-color: #69C2BA;
}
.TagClassName
{
border-color: #69C2BA;
}
</style>