Shades of Downy #75D2C8
Tints of Downy #75D2C8
RGB
CMYK
RGB Variations
Color information
#75D2C8 (or 0x75D2C8) is known color: Downy. HEX triplet: 75, D2 and C8. RGB value is (117,210,200). Sum of RGB (Red+Green+Blue) = 117+210+200=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2C8 is #8A2D37. Grayscale: #B5B5B5. Windows color (decimal): -9055544 or 13161077. OLE color: 13161077.
HSL color Cylindrical-coordinate representation of color #75D2C8: hue angle of 173.55º 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 #75D2C8 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 200 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.18 |
| HSL | 173.55º | 0.51% | 0.64% | - |
| HSV(B) | 173.55º | 0.44% | 0.82% | - |
| XYZ | 40.81 | 54.05 | 62.92 | - |
| YUV | 181.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 200 | 0.44 | 0 | 0.05 | 0.18 | 173.55 | 0.51 | 0.64 |
| Hex | 75 | D2 | C8 | 2C | 0 | 5 | 12 | AE | 33 | 40 |
| Octal | 165 | 322 | 310 | 54 | 0 | 5 | 22 | 256 | 63 | 100 |
| Binary | 1110101 | 11010010 | 11001000 | 101100 | 0 | 101 | 10010 | 10101110 | 110011 | 1000000 |
Color Harmonies of #75D2C8
Complementary color
Monochromatic Colors of #75D2C8
Black with #75D2C8
Text Example
Text Example
White with #75D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D2C8; }
p { color: rgb(117,210,200); }
H1.HeaderClassName
{
color: #75D2C8;
}
.AnyTagClassName
{
color: #75D2C8;
}
</style>
background-color css
<style>
a { background-color: #75D2C8; }
a { background-color: rgb(117,210,200); }
div.DivClassName
{
background-color: #75D2C8;
}
.BgClassName
{
background-color: #75D2C8;
}
</style>
border-color css
<style>
span { border-color: #75D2C8; }
span { border-color: rgb(117,210,200); }
td.TdClassName
{
border-color: #75D2C8;
}
.TagClassName
{
border-color: #75D2C8;
}
</style>