Shades of Downy #69E9B9
Tints of Downy #69E9B9
RGB
CMYK
RGB Variations
Color information
#69E9B9 (or 0x69E9B9) is known color: Downy. HEX triplet: 69, E9 and B9. RGB value is (105,233,185). Sum of RGB (Red+Green+Blue) = 105+233+185=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E9B9 is #961646. Grayscale: #BDBDBD. Windows color (decimal): -9836103 or 12183913. OLE color: 12183913.
HSL color Cylindrical-coordinate representation of color #69E9B9: hue angle of 157.5º 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 #69E9B9 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 185 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.09 |
| HSL | 157.5º | 0.74% | 0.66% | - |
| HSV(B) | 157.5º | 0.55% | 0.91% | - |
| XYZ | 43.72 | 64.78 | 56.1 | - |
| YUV | 189.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 185 | 0.55 | 0 | 0.21 | 0.09 | 157.5 | 0.74 | 0.66 |
| Hex | 69 | E9 | B9 | 37 | 0 | 15 | 9 | 9E | 4A | 42 |
| Octal | 151 | 351 | 271 | 67 | 0 | 25 | 11 | 236 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10111001 | 110111 | 0 | 10101 | 1001 | 10011110 | 1001010 | 1000010 |
Color Harmonies of #69E9B9
Complementary color
Monochromatic Colors of #69E9B9
Black with #69E9B9
Text Example
Text Example
White with #69E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9B9; }
p { color: rgb(105,233,185); }
H1.HeaderClassName
{
color: #69E9B9;
}
.AnyTagClassName
{
color: #69E9B9;
}
</style>
background-color css
<style>
a { background-color: #69E9B9; }
a { background-color: rgb(105,233,185); }
div.DivClassName
{
background-color: #69E9B9;
}
.BgClassName
{
background-color: #69E9B9;
}
</style>
border-color css
<style>
span { border-color: #69E9B9; }
span { border-color: rgb(105,233,185); }
td.TdClassName
{
border-color: #69E9B9;
}
.TagClassName
{
border-color: #69E9B9;
}
</style>