Shades of Downy #69E9BA
Tints of Downy #69E9BA
RGB
CMYK
RGB Variations
Color information
#69E9BA (or 0x69E9BA) is known color: Downy. HEX triplet: 69, E9 and BA. RGB value is (105,233,186). Sum of RGB (Red+Green+Blue) = 105+233+186=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E9BA is #961645. Grayscale: #BDBDBD. Windows color (decimal): -9836102 or 12249449. OLE color: 12249449.
HSL color Cylindrical-coordinate representation of color #69E9BA: hue angle of 157.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E9BA is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 186 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.09 |
| HSL | 157.97º | 0.74% | 0.66% | - |
| HSV(B) | 157.97º | 0.55% | 0.91% | - |
| XYZ | 43.83 | 64.83 | 56.66 | - |
| YUV | 189.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 186 | 0.55 | 0 | 0.20 | 0.09 | 157.97 | 0.74 | 0.66 |
| Hex | 69 | E9 | BA | 37 | 0 | 14 | 9 | 9E | 4A | 42 |
| Octal | 151 | 351 | 272 | 67 | 0 | 24 | 11 | 236 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10111010 | 110111 | 0 | 10100 | 1001 | 10011110 | 1001010 | 1000010 |
Color Harmonies of #69E9BA
Complementary color
Monochromatic Colors of #69E9BA
Black with #69E9BA
Text Example
Text Example
White with #69E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9BA; }
p { color: rgb(105,233,186); }
H1.HeaderClassName
{
color: #69E9BA;
}
.AnyTagClassName
{
color: #69E9BA;
}
</style>
background-color css
<style>
a { background-color: #69E9BA; }
a { background-color: rgb(105,233,186); }
div.DivClassName
{
background-color: #69E9BA;
}
.BgClassName
{
background-color: #69E9BA;
}
</style>
border-color css
<style>
span { border-color: #69E9BA; }
span { border-color: rgb(105,233,186); }
td.TdClassName
{
border-color: #69E9BA;
}
.TagClassName
{
border-color: #69E9BA;
}
</style>