Shades of Downy #75EDB4
Tints of Downy #75EDB4
RGB
CMYK
RGB Variations
Color information
#75EDB4 (or 0x75EDB4) is known color: Downy. HEX triplet: 75, ED and B4. RGB value is (117,237,180). Sum of RGB (Red+Green+Blue) = 117+237+180=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDB4 is #8A124B. Grayscale: #C2C2C2. Windows color (decimal): -9048652 or 11857269. OLE color: 11857269.
HSL color Cylindrical-coordinate representation of color #75EDB4: hue angle of 151.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 #75EDB4 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 180 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.07 |
| HSL | 151.5º | 0.77% | 0.69% | - |
| HSV(B) | 151.5º | 0.51% | 0.93% | - |
| XYZ | 45.86 | 67.65 | 53.82 | - |
| YUV | 194.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 180 | 0.51 | 0 | 0.24 | 0.07 | 151.5 | 0.77 | 0.69 |
| Hex | 75 | ED | B4 | 33 | 0 | 18 | 7 | 98 | 4D | 45 |
| Octal | 165 | 355 | 264 | 63 | 0 | 30 | 7 | 230 | 115 | 105 |
| Binary | 1110101 | 11101101 | 10110100 | 110011 | 0 | 11000 | 111 | 10011000 | 1001101 | 1000101 |
Color Harmonies of #75EDB4
Complementary color
Monochromatic Colors of #75EDB4
Black with #75EDB4
Text Example
Text Example
White with #75EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDB4; }
p { color: rgb(117,237,180); }
H1.HeaderClassName
{
color: #75EDB4;
}
.AnyTagClassName
{
color: #75EDB4;
}
</style>
background-color css
<style>
a { background-color: #75EDB4; }
a { background-color: rgb(117,237,180); }
div.DivClassName
{
background-color: #75EDB4;
}
.BgClassName
{
background-color: #75EDB4;
}
</style>
border-color css
<style>
span { border-color: #75EDB4; }
span { border-color: rgb(117,237,180); }
td.TdClassName
{
border-color: #75EDB4;
}
.TagClassName
{
border-color: #75EDB4;
}
</style>