Shades of Downy #69F2B9
Tints of Downy #69F2B9
RGB
CMYK
RGB Variations
Color information
#69F2B9 (or 0x69F2B9) is known color: Downy. HEX triplet: 69, F2 and B9. RGB value is (105,242,185). Sum of RGB (Red+Green+Blue) = 105+242+185=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2B9 is #960D46. Grayscale: #C2C2C2. Windows color (decimal): -9833799 or 12186217. OLE color: 12186217.
HSL color Cylindrical-coordinate representation of color #69F2B9: hue angle of 155.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2B9 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 185 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.05 |
| HSL | 155.04º | 0.84% | 0.68% | - |
| HSV(B) | 155.04º | 0.57% | 0.95% | - |
| XYZ | 46.33 | 70.01 | 56.97 | - |
| YUV | 194.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 185 | 0.57 | 0 | 0.24 | 0.05 | 155.04 | 0.84 | 0.68 |
| Hex | 69 | F2 | B9 | 39 | 0 | 18 | 5 | 9B | 54 | 44 |
| Octal | 151 | 362 | 271 | 71 | 0 | 30 | 5 | 233 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10111001 | 111001 | 0 | 11000 | 101 | 10011011 | 1010100 | 1000100 |
Color Harmonies of #69F2B9
Complementary color
Monochromatic Colors of #69F2B9
Black with #69F2B9
Text Example
Text Example
White with #69F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2B9; }
p { color: rgb(105,242,185); }
H1.HeaderClassName
{
color: #69F2B9;
}
.AnyTagClassName
{
color: #69F2B9;
}
</style>
background-color css
<style>
a { background-color: #69F2B9; }
a { background-color: rgb(105,242,185); }
div.DivClassName
{
background-color: #69F2B9;
}
.BgClassName
{
background-color: #69F2B9;
}
</style>
border-color css
<style>
span { border-color: #69F2B9; }
span { border-color: rgb(105,242,185); }
td.TdClassName
{
border-color: #69F2B9;
}
.TagClassName
{
border-color: #69F2B9;
}
</style>