Shades of Downy #75DFC2
Tints of Downy #75DFC2
RGB
CMYK
RGB Variations
Color information
#75DFC2 (or 0x75DFC2) is known color: Downy. HEX triplet: 75, DF and C2. RGB value is (117,223,194). Sum of RGB (Red+Green+Blue) = 117+223+194=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFC2 is #8A203D. Grayscale: #BCBCBC. Windows color (decimal): -9052222 or 12771189. OLE color: 12771189.
HSL color Cylindrical-coordinate representation of color #75DFC2: hue angle of 163.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFC2 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 194 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.13 |
| HSL | 163.58º | 0.62% | 0.67% | - |
| HSV(B) | 163.58º | 0.48% | 0.87% | - |
| XYZ | 43.46 | 60.45 | 60.42 | - |
| YUV | 188 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 194 | 0.48 | 0 | 0.13 | 0.13 | 163.58 | 0.62 | 0.67 |
| Hex | 75 | DF | C2 | 30 | 0 | D | D | A4 | 3E | 43 |
| Octal | 165 | 337 | 302 | 60 | 0 | 15 | 15 | 244 | 76 | 103 |
| Binary | 1110101 | 11011111 | 11000010 | 110000 | 0 | 1101 | 1101 | 10100100 | 111110 | 1000011 |
Color Harmonies of #75DFC2
Complementary color
Monochromatic Colors of #75DFC2
Black with #75DFC2
Text Example
Text Example
White with #75DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DFC2; }
p { color: rgb(117,223,194); }
H1.HeaderClassName
{
color: #75DFC2;
}
.AnyTagClassName
{
color: #75DFC2;
}
</style>
background-color css
<style>
a { background-color: #75DFC2; }
a { background-color: rgb(117,223,194); }
div.DivClassName
{
background-color: #75DFC2;
}
.BgClassName
{
background-color: #75DFC2;
}
</style>
border-color css
<style>
span { border-color: #75DFC2; }
span { border-color: rgb(117,223,194); }
td.TdClassName
{
border-color: #75DFC2;
}
.TagClassName
{
border-color: #75DFC2;
}
</style>