Shades of Downy #75E3BA
Tints of Downy #75E3BA
RGB
CMYK
RGB Variations
Color information
#75E3BA (or 0x75E3BA) is known color: Downy. HEX triplet: 75, E3 and BA. RGB value is (117,227,186). Sum of RGB (Red+Green+Blue) = 117+227+186=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3BA is #8A1C45. Grayscale: #BDBDBD. Windows color (decimal): -9051206 or 12247925. OLE color: 12247925.
HSL color Cylindrical-coordinate representation of color #75E3BA: hue angle of 157.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3BA is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 186 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.11 |
| HSL | 157.64º | 0.66% | 0.67% | - |
| HSV(B) | 157.64º | 0.48% | 0.89% | - |
| XYZ | 43.67 | 62.27 | 56.17 | - |
| YUV | 189.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 186 | 0.48 | 0 | 0.18 | 0.11 | 157.64 | 0.66 | 0.67 |
| Hex | 75 | E3 | BA | 30 | 0 | 12 | B | 9E | 42 | 43 |
| Octal | 165 | 343 | 272 | 60 | 0 | 22 | 13 | 236 | 102 | 103 |
| Binary | 1110101 | 11100011 | 10111010 | 110000 | 0 | 10010 | 1011 | 10011110 | 1000010 | 1000011 |
Color Harmonies of #75E3BA
Complementary color
Monochromatic Colors of #75E3BA
Black with #75E3BA
Text Example
Text Example
White with #75E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3BA; }
p { color: rgb(117,227,186); }
H1.HeaderClassName
{
color: #75E3BA;
}
.AnyTagClassName
{
color: #75E3BA;
}
</style>
background-color css
<style>
a { background-color: #75E3BA; }
a { background-color: rgb(117,227,186); }
div.DivClassName
{
background-color: #75E3BA;
}
.BgClassName
{
background-color: #75E3BA;
}
</style>
border-color css
<style>
span { border-color: #75E3BA; }
span { border-color: rgb(117,227,186); }
td.TdClassName
{
border-color: #75E3BA;
}
.TagClassName
{
border-color: #75E3BA;
}
</style>