Shades of Downy #75D7BA
Tints of Downy #75D7BA
RGB
CMYK
RGB Variations
Color information
#75D7BA (or 0x75D7BA) is known color: Downy. HEX triplet: 75, D7 and BA. RGB value is (117,215,186). Sum of RGB (Red+Green+Blue) = 117+215+186=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D7BA is #8A2845. Grayscale: #B6B6B6. Windows color (decimal): -9054278 or 12244853. OLE color: 12244853.
HSL color Cylindrical-coordinate representation of color #75D7BA: hue angle of 162.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7BA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 186 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.16 |
| HSL | 162.24º | 0.55% | 0.65% | - |
| HSV(B) | 162.24º | 0.46% | 0.84% | - |
| XYZ | 40.5 | 55.93 | 55.12 | - |
| YUV | 182.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 186 | 0.46 | 0 | 0.13 | 0.16 | 162.24 | 0.55 | 0.65 |
| Hex | 75 | D7 | BA | 2E | 0 | D | 10 | A2 | 37 | 41 |
| Octal | 165 | 327 | 272 | 56 | 0 | 15 | 20 | 242 | 67 | 101 |
| Binary | 1110101 | 11010111 | 10111010 | 101110 | 0 | 1101 | 10000 | 10100010 | 110111 | 1000001 |
Color Harmonies of #75D7BA
Complementary color
Monochromatic Colors of #75D7BA
Black with #75D7BA
Text Example
Text Example
White with #75D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D7BA; }
p { color: rgb(117,215,186); }
H1.HeaderClassName
{
color: #75D7BA;
}
.AnyTagClassName
{
color: #75D7BA;
}
</style>
background-color css
<style>
a { background-color: #75D7BA; }
a { background-color: rgb(117,215,186); }
div.DivClassName
{
background-color: #75D7BA;
}
.BgClassName
{
background-color: #75D7BA;
}
</style>
border-color css
<style>
span { border-color: #75D7BA; }
span { border-color: rgb(117,215,186); }
td.TdClassName
{
border-color: #75D7BA;
}
.TagClassName
{
border-color: #75D7BA;
}
</style>