Shades of Downy #75DEBF
Tints of Downy #75DEBF
RGB
CMYK
RGB Variations
Color information
#75DEBF (or 0x75DEBF) is known color: Downy. HEX triplet: 75, DE and BF. RGB value is (117,222,191). Sum of RGB (Red+Green+Blue) = 117+222+191=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #75DEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DEBF is #8A2140. Grayscale: #BBBBBB. Windows color (decimal): -9052481 or 12574325. OLE color: 12574325.
HSL color Cylindrical-coordinate representation of color #75DEBF: hue angle of 162.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DEBF is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 222 | 191 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.13 |
| HSL | 162.29º | 0.61% | 0.66% | - |
| HSV(B) | 162.29º | 0.47% | 0.87% | - |
| XYZ | 42.86 | 59.79 | 58.57 | - |
| YUV | 187.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 222 | 191 | 0.47 | 0 | 0.14 | 0.13 | 162.29 | 0.61 | 0.66 |
| Hex | 75 | DE | BF | 2F | 0 | E | D | A2 | 3D | 42 |
| Octal | 165 | 336 | 277 | 57 | 0 | 16 | 15 | 242 | 75 | 102 |
| Binary | 1110101 | 11011110 | 10111111 | 101111 | 0 | 1110 | 1101 | 10100010 | 111101 | 1000010 |
Color Harmonies of #75DEBF
Complementary color
Monochromatic Colors of #75DEBF
Black with #75DEBF
Text Example
Text Example
White with #75DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DEBF; }
p { color: rgb(117,222,191); }
H1.HeaderClassName
{
color: #75DEBF;
}
.AnyTagClassName
{
color: #75DEBF;
}
</style>
background-color css
<style>
a { background-color: #75DEBF; }
a { background-color: rgb(117,222,191); }
div.DivClassName
{
background-color: #75DEBF;
}
.BgClassName
{
background-color: #75DEBF;
}
</style>
border-color css
<style>
span { border-color: #75DEBF; }
span { border-color: rgb(117,222,191); }
td.TdClassName
{
border-color: #75DEBF;
}
.TagClassName
{
border-color: #75DEBF;
}
</style>