Shades of Downy #69E5C7
Tints of Downy #69E5C7
RGB
CMYK
RGB Variations
Color information
#69E5C7 (or 0x69E5C7) is known color: Downy. HEX triplet: 69, E5 and C7. RGB value is (105,229,199). Sum of RGB (Red+Green+Blue) = 105+229+199=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5C7 is #961A38. Grayscale: #BCBCBC. Windows color (decimal): -9837113 or 13100393. OLE color: 13100393.
HSL color Cylindrical-coordinate representation of color #69E5C7: hue angle of 165.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E5C7 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 199 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.10 |
| HSL | 165.48º | 0.7% | 0.65% | - |
| HSV(B) | 165.48º | 0.54% | 0.9% | - |
| XYZ | 44.15 | 63.17 | 63.9 | - |
| YUV | 188.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 199 | 0.54 | 0 | 0.13 | 0.10 | 165.48 | 0.7 | 0.65 |
| Hex | 69 | E5 | C7 | 36 | 0 | D | A | A5 | 46 | 41 |
| Octal | 151 | 345 | 307 | 66 | 0 | 15 | 12 | 245 | 106 | 101 |
| Binary | 1101001 | 11100101 | 11000111 | 110110 | 0 | 1101 | 1010 | 10100101 | 1000110 | 1000001 |
Color Harmonies of #69E5C7
Complementary color
Monochromatic Colors of #69E5C7
Black with #69E5C7
Text Example
Text Example
White with #69E5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5C7; }
p { color: rgb(105,229,199); }
H1.HeaderClassName
{
color: #69E5C7;
}
.AnyTagClassName
{
color: #69E5C7;
}
</style>
background-color css
<style>
a { background-color: #69E5C7; }
a { background-color: rgb(105,229,199); }
div.DivClassName
{
background-color: #69E5C7;
}
.BgClassName
{
background-color: #69E5C7;
}
</style>
border-color css
<style>
span { border-color: #69E5C7; }
span { border-color: rgb(105,229,199); }
td.TdClassName
{
border-color: #69E5C7;
}
.TagClassName
{
border-color: #69E5C7;
}
</style>