Shades of Downy #75DABB
Tints of Downy #75DABB
RGB
CMYK
RGB Variations
Color information
#75DABB (or 0x75DABB) is known color: Downy. HEX triplet: 75, DA and BB. RGB value is (117,218,187). Sum of RGB (Red+Green+Blue) = 117+218+187=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #75DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DABB is #8A2544. Grayscale: #B8B8B8. Windows color (decimal): -9053509 or 12311157. OLE color: 12311157.
HSL color Cylindrical-coordinate representation of color #75DABB: hue angle of 161.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DABB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 218 | 187 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.15 |
| HSL | 161.58º | 0.58% | 0.66% | - |
| HSV(B) | 161.58º | 0.46% | 0.85% | - |
| XYZ | 41.38 | 57.51 | 55.93 | - |
| YUV | 184.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 218 | 187 | 0.46 | 0 | 0.14 | 0.15 | 161.58 | 0.58 | 0.66 |
| Hex | 75 | DA | BB | 2E | 0 | E | F | A2 | 3A | 42 |
| Octal | 165 | 332 | 273 | 56 | 0 | 16 | 17 | 242 | 72 | 102 |
| Binary | 1110101 | 11011010 | 10111011 | 101110 | 0 | 1110 | 1111 | 10100010 | 111010 | 1000010 |
Color Harmonies of #75DABB
Complementary color
Monochromatic Colors of #75DABB
Black with #75DABB
Text Example
Text Example
White with #75DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DABB; }
p { color: rgb(117,218,187); }
H1.HeaderClassName
{
color: #75DABB;
}
.AnyTagClassName
{
color: #75DABB;
}
</style>
background-color css
<style>
a { background-color: #75DABB; }
a { background-color: rgb(117,218,187); }
div.DivClassName
{
background-color: #75DABB;
}
.BgClassName
{
background-color: #75DABB;
}
</style>
border-color css
<style>
span { border-color: #75DABB; }
span { border-color: rgb(117,218,187); }
td.TdClassName
{
border-color: #75DABB;
}
.TagClassName
{
border-color: #75DABB;
}
</style>