Shades of Downy #69E6C2
Tints of Downy #69E6C2
RGB
CMYK
RGB Variations
Color information
#69E6C2 (or 0x69E6C2) is known color: Downy. HEX triplet: 69, E6 and C2. RGB value is (105,230,194). Sum of RGB (Red+Green+Blue) = 105+230+194=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #69E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E6C2 is #96193D. Grayscale: #BCBCBC. Windows color (decimal): -9836862 or 12772969. OLE color: 12772969.
HSL color Cylindrical-coordinate representation of color #69E6C2: hue angle of 162.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E6C2 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 230 | 194 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.10 |
| HSL | 162.72º | 0.71% | 0.66% | - |
| HSV(B) | 162.72º | 0.54% | 0.9% | - |
| XYZ | 43.86 | 63.49 | 60.98 | - |
| YUV | 188.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 230 | 194 | 0.54 | 0 | 0.16 | 0.10 | 162.72 | 0.71 | 0.66 |
| Hex | 69 | E6 | C2 | 36 | 0 | 10 | A | A3 | 47 | 42 |
| Octal | 151 | 346 | 302 | 66 | 0 | 20 | 12 | 243 | 107 | 102 |
| Binary | 1101001 | 11100110 | 11000010 | 110110 | 0 | 10000 | 1010 | 10100011 | 1000111 | 1000010 |
Color Harmonies of #69E6C2
Complementary color
Monochromatic Colors of #69E6C2
Black with #69E6C2
Text Example
Text Example
White with #69E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E6C2; }
p { color: rgb(105,230,194); }
H1.HeaderClassName
{
color: #69E6C2;
}
.AnyTagClassName
{
color: #69E6C2;
}
</style>
background-color css
<style>
a { background-color: #69E6C2; }
a { background-color: rgb(105,230,194); }
div.DivClassName
{
background-color: #69E6C2;
}
.BgClassName
{
background-color: #69E6C2;
}
</style>
border-color css
<style>
span { border-color: #69E6C2; }
span { border-color: rgb(105,230,194); }
td.TdClassName
{
border-color: #69E6C2;
}
.TagClassName
{
border-color: #69E6C2;
}
</style>