Shades of Downy #75D2CE
Tints of Downy #75D2CE
RGB
CMYK
RGB Variations
Color information
#75D2CE (or 0x75D2CE) is known color: Downy. HEX triplet: 75, D2 and CE. RGB value is (117,210,206). Sum of RGB (Red+Green+Blue) = 117+210+206=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2CE is #8A2D31. Grayscale: #B5B5B5. Windows color (decimal): -9055538 or 13554293. OLE color: 13554293.
HSL color Cylindrical-coordinate representation of color #75D2CE: hue angle of 177.42º 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 #75D2CE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 206 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.18 |
| HSL | 177.42º | 0.51% | 0.64% | - |
| HSV(B) | 177.42º | 0.44% | 0.82% | - |
| XYZ | 41.52 | 54.33 | 66.69 | - |
| YUV | 181.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 206 | 0.44 | 0 | 0.02 | 0.18 | 177.42 | 0.51 | 0.64 |
| Hex | 75 | D2 | CE | 2C | 0 | 2 | 12 | B1 | 33 | 40 |
| Octal | 165 | 322 | 316 | 54 | 0 | 2 | 22 | 261 | 63 | 100 |
| Binary | 1110101 | 11010010 | 11001110 | 101100 | 0 | 10 | 10010 | 10110001 | 110011 | 1000000 |
Color Harmonies of #75D2CE
Complementary color
Monochromatic Colors of #75D2CE
Black with #75D2CE
Text Example
Text Example
White with #75D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D2CE; }
p { color: rgb(117,210,206); }
H1.HeaderClassName
{
color: #75D2CE;
}
.AnyTagClassName
{
color: #75D2CE;
}
</style>
background-color css
<style>
a { background-color: #75D2CE; }
a { background-color: rgb(117,210,206); }
div.DivClassName
{
background-color: #75D2CE;
}
.BgClassName
{
background-color: #75D2CE;
}
</style>
border-color css
<style>
span { border-color: #75D2CE; }
span { border-color: rgb(117,210,206); }
td.TdClassName
{
border-color: #75D2CE;
}
.TagClassName
{
border-color: #75D2CE;
}
</style>