Shades of Downy #75E0BD
Tints of Downy #75E0BD
RGB
CMYK
RGB Variations
Color information
#75E0BD (or 0x75E0BD) is known color: Downy. HEX triplet: 75, E0 and BD. RGB value is (117,224,189). Sum of RGB (Red+Green+Blue) = 117+224+189=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0BD is #8A1F42. Grayscale: #BCBCBC. Windows color (decimal): -9051971 or 12443765. OLE color: 12443765.
HSL color Cylindrical-coordinate representation of color #75E0BD: hue angle of 160.37º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0BD is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 189 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.12 |
| HSL | 160.37º | 0.63% | 0.67% | - |
| HSV(B) | 160.37º | 0.48% | 0.88% | - |
| XYZ | 43.18 | 60.77 | 57.6 | - |
| YUV | 188.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 189 | 0.48 | 0 | 0.16 | 0.12 | 160.37 | 0.63 | 0.67 |
| Hex | 75 | E0 | BD | 30 | 0 | 10 | C | A0 | 3F | 43 |
| Octal | 165 | 340 | 275 | 60 | 0 | 20 | 14 | 240 | 77 | 103 |
| Binary | 1110101 | 11100000 | 10111101 | 110000 | 0 | 10000 | 1100 | 10100000 | 111111 | 1000011 |
Color Harmonies of #75E0BD
Complementary color
Monochromatic Colors of #75E0BD
Black with #75E0BD
Text Example
Text Example
White with #75E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E0BD; }
p { color: rgb(117,224,189); }
H1.HeaderClassName
{
color: #75E0BD;
}
.AnyTagClassName
{
color: #75E0BD;
}
</style>
background-color css
<style>
a { background-color: #75E0BD; }
a { background-color: rgb(117,224,189); }
div.DivClassName
{
background-color: #75E0BD;
}
.BgClassName
{
background-color: #75E0BD;
}
</style>
border-color css
<style>
span { border-color: #75E0BD; }
span { border-color: rgb(117,224,189); }
td.TdClassName
{
border-color: #75E0BD;
}
.TagClassName
{
border-color: #75E0BD;
}
</style>