Shades of Downy #75EDB6
Tints of Downy #75EDB6
RGB
CMYK
RGB Variations
Color information
#75EDB6 (or 0x75EDB6) is known color: Downy. HEX triplet: 75, ED and B6. RGB value is (117,237,182). Sum of RGB (Red+Green+Blue) = 117+237+182=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDB6 is #8A1249. Grayscale: #C2C2C2. Windows color (decimal): -9048650 or 11988341. OLE color: 11988341.
HSL color Cylindrical-coordinate representation of color #75EDB6: hue angle of 152.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDB6 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 182 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.07 |
| HSL | 152.5º | 0.77% | 0.69% | - |
| HSV(B) | 152.5º | 0.51% | 0.93% | - |
| XYZ | 46.06 | 67.73 | 54.9 | - |
| YUV | 194.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 182 | 0.51 | 0 | 0.23 | 0.07 | 152.5 | 0.77 | 0.69 |
| Hex | 75 | ED | B6 | 33 | 0 | 17 | 7 | 98 | 4D | 45 |
| Octal | 165 | 355 | 266 | 63 | 0 | 27 | 7 | 230 | 115 | 105 |
| Binary | 1110101 | 11101101 | 10110110 | 110011 | 0 | 10111 | 111 | 10011000 | 1001101 | 1000101 |
Color Harmonies of #75EDB6
Complementary color
Monochromatic Colors of #75EDB6
Black with #75EDB6
Text Example
Text Example
White with #75EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDB6; }
p { color: rgb(117,237,182); }
H1.HeaderClassName
{
color: #75EDB6;
}
.AnyTagClassName
{
color: #75EDB6;
}
</style>
background-color css
<style>
a { background-color: #75EDB6; }
a { background-color: rgb(117,237,182); }
div.DivClassName
{
background-color: #75EDB6;
}
.BgClassName
{
background-color: #75EDB6;
}
</style>
border-color css
<style>
span { border-color: #75EDB6; }
span { border-color: rgb(117,237,182); }
td.TdClassName
{
border-color: #75EDB6;
}
.TagClassName
{
border-color: #75EDB6;
}
</style>