Shades of Downy #69E3C0
Tints of Downy #69E3C0
RGB
CMYK
RGB Variations
Color information
#69E3C0 (or 0x69E3C0) is known color: Downy. HEX triplet: 69, E3 and C0. RGB value is (105,227,192). Sum of RGB (Red+Green+Blue) = 105+227+192=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #69E3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E3C0 is #961C3F. Grayscale: #BABABA. Windows color (decimal): -9837632 or 12641129. OLE color: 12641129.
HSL color Cylindrical-coordinate representation of color #69E3C0: hue angle of 162.79º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E3C0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 192 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.11 |
| HSL | 162.79º | 0.69% | 0.65% | - |
| HSV(B) | 162.79º | 0.54% | 0.89% | - |
| XYZ | 42.81 | 61.75 | 59.53 | - |
| YUV | 186.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 192 | 0.54 | 0 | 0.15 | 0.11 | 162.79 | 0.69 | 0.65 |
| Hex | 69 | E3 | C0 | 36 | 0 | F | B | A3 | 45 | 41 |
| Octal | 151 | 343 | 300 | 66 | 0 | 17 | 13 | 243 | 105 | 101 |
| Binary | 1101001 | 11100011 | 11000000 | 110110 | 0 | 1111 | 1011 | 10100011 | 1000101 | 1000001 |
Color Harmonies of #69E3C0
Complementary color
Monochromatic Colors of #69E3C0
Black with #69E3C0
Text Example
Text Example
White with #69E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E3C0; }
p { color: rgb(105,227,192); }
H1.HeaderClassName
{
color: #69E3C0;
}
.AnyTagClassName
{
color: #69E3C0;
}
</style>
background-color css
<style>
a { background-color: #69E3C0; }
a { background-color: rgb(105,227,192); }
div.DivClassName
{
background-color: #69E3C0;
}
.BgClassName
{
background-color: #69E3C0;
}
</style>
border-color css
<style>
span { border-color: #69E3C0; }
span { border-color: rgb(105,227,192); }
td.TdClassName
{
border-color: #69E3C0;
}
.TagClassName
{
border-color: #69E3C0;
}
</style>