Shades of Downy #75D2BB
Tints of Downy #75D2BB
RGB
CMYK
RGB Variations
Color information
#75D2BB (or 0x75D2BB) is known color: Downy. HEX triplet: 75, D2 and BB. RGB value is (117,210,187). Sum of RGB (Red+Green+Blue) = 117+210+187=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2BB is #8A2D44. Grayscale: #B3B3B3. Windows color (decimal): -9055557 or 12309109. OLE color: 12309109.
HSL color Cylindrical-coordinate representation of color #75D2BB: hue angle of 165.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D2BB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 187 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.18 |
| HSL | 165.16º | 0.51% | 0.64% | - |
| HSV(B) | 165.16º | 0.44% | 0.82% | - |
| XYZ | 39.35 | 53.46 | 55.26 | - |
| YUV | 179.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 187 | 0.44 | 0 | 0.11 | 0.18 | 165.16 | 0.51 | 0.64 |
| Hex | 75 | D2 | BB | 2C | 0 | B | 12 | A5 | 33 | 40 |
| Octal | 165 | 322 | 273 | 54 | 0 | 13 | 22 | 245 | 63 | 100 |
| Binary | 1110101 | 11010010 | 10111011 | 101100 | 0 | 1011 | 10010 | 10100101 | 110011 | 1000000 |
Color Harmonies of #75D2BB
Complementary color
Monochromatic Colors of #75D2BB
Black with #75D2BB
Text Example
Text Example
White with #75D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D2BB; }
p { color: rgb(117,210,187); }
H1.HeaderClassName
{
color: #75D2BB;
}
.AnyTagClassName
{
color: #75D2BB;
}
</style>
background-color css
<style>
a { background-color: #75D2BB; }
a { background-color: rgb(117,210,187); }
div.DivClassName
{
background-color: #75D2BB;
}
.BgClassName
{
background-color: #75D2BB;
}
</style>
border-color css
<style>
span { border-color: #75D2BB; }
span { border-color: rgb(117,210,187); }
td.TdClassName
{
border-color: #75D2BB;
}
.TagClassName
{
border-color: #75D2BB;
}
</style>