Shades of Downy #69ECB5
Tints of Downy #69ECB5
RGB
CMYK
RGB Variations
Color information
#69ECB5 (or 0x69ECB5) is known color: Downy. HEX triplet: 69, EC and B5. RGB value is (105,236,181). Sum of RGB (Red+Green+Blue) = 105+236+181=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECB5 is #96134A. Grayscale: #BEBEBE. Windows color (decimal): -9835339 or 11922537. OLE color: 11922537.
HSL color Cylindrical-coordinate representation of color #69ECB5: hue angle of 154.81º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECB5 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 181 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.07 |
| HSL | 154.81º | 0.78% | 0.67% | - |
| HSV(B) | 154.81º | 0.56% | 0.93% | - |
| XYZ | 44.16 | 66.33 | 54.19 | - |
| YUV | 190.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 181 | 0.56 | 0 | 0.23 | 0.07 | 154.81 | 0.78 | 0.67 |
| Hex | 69 | EC | B5 | 38 | 0 | 17 | 7 | 9B | 4E | 43 |
| Octal | 151 | 354 | 265 | 70 | 0 | 27 | 7 | 233 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10110101 | 111000 | 0 | 10111 | 111 | 10011011 | 1001110 | 1000011 |
Color Harmonies of #69ECB5
Complementary color
Monochromatic Colors of #69ECB5
Black with #69ECB5
Text Example
Text Example
White with #69ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECB5; }
p { color: rgb(105,236,181); }
H1.HeaderClassName
{
color: #69ECB5;
}
.AnyTagClassName
{
color: #69ECB5;
}
</style>
background-color css
<style>
a { background-color: #69ECB5; }
a { background-color: rgb(105,236,181); }
div.DivClassName
{
background-color: #69ECB5;
}
.BgClassName
{
background-color: #69ECB5;
}
</style>
border-color css
<style>
span { border-color: #69ECB5; }
span { border-color: rgb(105,236,181); }
td.TdClassName
{
border-color: #69ECB5;
}
.TagClassName
{
border-color: #69ECB5;
}
</style>