Shades of Downy #69E5CF
Tints of Downy #69E5CF
RGB
CMYK
RGB Variations
Color information
#69E5CF (or 0x69E5CF) is known color: Downy. HEX triplet: 69, E5 and CF. RGB value is (105,229,207). Sum of RGB (Red+Green+Blue) = 105+229+207=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #69E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E5CF is #961A30. Grayscale: #BDBDBD. Windows color (decimal): -9837105 or 13624681. OLE color: 13624681.
HSL color Cylindrical-coordinate representation of color #69E5CF: hue angle of 169.35º 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 #69E5CF is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 207 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.10 |
| HSL | 169.35º | 0.7% | 0.65% | - |
| HSV(B) | 169.35º | 0.54% | 0.9% | - |
| XYZ | 45.11 | 63.55 | 68.92 | - |
| YUV | 189.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 207 | 0.54 | 0 | 0.10 | 0.10 | 169.35 | 0.7 | 0.65 |
| Hex | 69 | E5 | CF | 36 | 0 | A | A | A9 | 46 | 41 |
| Octal | 151 | 345 | 317 | 66 | 0 | 12 | 12 | 251 | 106 | 101 |
| Binary | 1101001 | 11100101 | 11001111 | 110110 | 0 | 1010 | 1010 | 10101001 | 1000110 | 1000001 |
Color Harmonies of #69E5CF
Complementary color
Monochromatic Colors of #69E5CF
Black with #69E5CF
Text Example
Text Example
White with #69E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E5CF; }
p { color: rgb(105,229,207); }
H1.HeaderClassName
{
color: #69E5CF;
}
.AnyTagClassName
{
color: #69E5CF;
}
</style>
background-color css
<style>
a { background-color: #69E5CF; }
a { background-color: rgb(105,229,207); }
div.DivClassName
{
background-color: #69E5CF;
}
.BgClassName
{
background-color: #69E5CF;
}
</style>
border-color css
<style>
span { border-color: #69E5CF; }
span { border-color: rgb(105,229,207); }
td.TdClassName
{
border-color: #69E5CF;
}
.TagClassName
{
border-color: #69E5CF;
}
</style>