Shades of Downy #69E9B8
Tints of Downy #69E9B8
RGB
CMYK
RGB Variations
Color information
#69E9B8 (or 0x69E9B8) is known color: Downy. HEX triplet: 69, E9 and B8. RGB value is (105,233,184). Sum of RGB (Red+Green+Blue) = 105+233+184=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E9B8 is #961647. Grayscale: #BDBDBD. Windows color (decimal): -9836104 or 12118377. OLE color: 12118377.
HSL color Cylindrical-coordinate representation of color #69E9B8: hue angle of 157.03º 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 #69E9B8 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 184 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.09 |
| HSL | 157.03º | 0.74% | 0.66% | - |
| HSV(B) | 157.03º | 0.55% | 0.91% | - |
| XYZ | 43.62 | 64.74 | 55.55 | - |
| YUV | 189.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 184 | 0.55 | 0 | 0.21 | 0.09 | 157.03 | 0.74 | 0.66 |
| Hex | 69 | E9 | B8 | 37 | 0 | 15 | 9 | 9D | 4A | 42 |
| Octal | 151 | 351 | 270 | 67 | 0 | 25 | 11 | 235 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10111000 | 110111 | 0 | 10101 | 1001 | 10011101 | 1001010 | 1000010 |
Color Harmonies of #69E9B8
Complementary color
Monochromatic Colors of #69E9B8
Black with #69E9B8
Text Example
Text Example
White with #69E9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9B8; }
p { color: rgb(105,233,184); }
H1.HeaderClassName
{
color: #69E9B8;
}
.AnyTagClassName
{
color: #69E9B8;
}
</style>
background-color css
<style>
a { background-color: #69E9B8; }
a { background-color: rgb(105,233,184); }
div.DivClassName
{
background-color: #69E9B8;
}
.BgClassName
{
background-color: #69E9B8;
}
</style>
border-color css
<style>
span { border-color: #69E9B8; }
span { border-color: rgb(105,233,184); }
td.TdClassName
{
border-color: #69E9B8;
}
.TagClassName
{
border-color: #69E9B8;
}
</style>