Shades of Downy #69E9BC
Tints of Downy #69E9BC
RGB
CMYK
RGB Variations
Color information
#69E9BC (or 0x69E9BC) is known color: Downy. HEX triplet: 69, E9 and BC. RGB value is (105,233,188). Sum of RGB (Red+Green+Blue) = 105+233+188=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #69E9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E9BC is #961643. Grayscale: #BDBDBD. Windows color (decimal): -9836100 or 12380521. OLE color: 12380521.
HSL color Cylindrical-coordinate representation of color #69E9BC: hue angle of 158.91º 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 #69E9BC is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 188 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.09 |
| HSL | 158.91º | 0.74% | 0.66% | - |
| HSV(B) | 158.91º | 0.55% | 0.91% | - |
| XYZ | 44.04 | 64.91 | 57.78 | - |
| YUV | 189.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 188 | 0.55 | 0 | 0.19 | 0.09 | 158.91 | 0.74 | 0.66 |
| Hex | 69 | E9 | BC | 37 | 0 | 13 | 9 | 9F | 4A | 42 |
| Octal | 151 | 351 | 274 | 67 | 0 | 23 | 11 | 237 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10111100 | 110111 | 0 | 10011 | 1001 | 10011111 | 1001010 | 1000010 |
Color Harmonies of #69E9BC
Complementary color
Monochromatic Colors of #69E9BC
Black with #69E9BC
Text Example
Text Example
White with #69E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E9BC; }
p { color: rgb(105,233,188); }
H1.HeaderClassName
{
color: #69E9BC;
}
.AnyTagClassName
{
color: #69E9BC;
}
</style>
background-color css
<style>
a { background-color: #69E9BC; }
a { background-color: rgb(105,233,188); }
div.DivClassName
{
background-color: #69E9BC;
}
.BgClassName
{
background-color: #69E9BC;
}
</style>
border-color css
<style>
span { border-color: #69E9BC; }
span { border-color: rgb(105,233,188); }
td.TdClassName
{
border-color: #69E9BC;
}
.TagClassName
{
border-color: #69E9BC;
}
</style>