Shades of Downy #69DFBE
Tints of Downy #69DFBE
RGB
CMYK
RGB Variations
Color information
#69DFBE (or 0x69DFBE) is known color: Downy. HEX triplet: 69, DF and BE. RGB value is (105,223,190). Sum of RGB (Red+Green+Blue) = 105+223+190=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFBE is #962041. Grayscale: #B7B7B7. Windows color (decimal): -9838658 or 12509033. OLE color: 12509033.
HSL color Cylindrical-coordinate representation of color #69DFBE: hue angle of 163.22º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFBE is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 190 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.13 |
| HSL | 163.22º | 0.65% | 0.64% | - |
| HSV(B) | 163.22º | 0.53% | 0.87% | - |
| XYZ | 41.51 | 59.5 | 58.01 | - |
| YUV | 183.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 190 | 0.53 | 0 | 0.15 | 0.13 | 163.22 | 0.65 | 0.64 |
| Hex | 69 | DF | BE | 35 | 0 | F | D | A3 | 41 | 40 |
| Octal | 151 | 337 | 276 | 65 | 0 | 17 | 15 | 243 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10111110 | 110101 | 0 | 1111 | 1101 | 10100011 | 1000001 | 1000000 |
Color Harmonies of #69DFBE
Complementary color
Monochromatic Colors of #69DFBE
Black with #69DFBE
Text Example
Text Example
White with #69DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFBE; }
p { color: rgb(105,223,190); }
H1.HeaderClassName
{
color: #69DFBE;
}
.AnyTagClassName
{
color: #69DFBE;
}
</style>
background-color css
<style>
a { background-color: #69DFBE; }
a { background-color: rgb(105,223,190); }
div.DivClassName
{
background-color: #69DFBE;
}
.BgClassName
{
background-color: #69DFBE;
}
</style>
border-color css
<style>
span { border-color: #69DFBE; }
span { border-color: rgb(105,223,190); }
td.TdClassName
{
border-color: #69DFBE;
}
.TagClassName
{
border-color: #69DFBE;
}
</style>