Shades of Downy #75D6C3
Tints of Downy #75D6C3
RGB
CMYK
RGB Variations
Color information
#75D6C3 (or 0x75D6C3) is known color: Downy. HEX triplet: 75, D6 and C3. RGB value is (117,214,195). Sum of RGB (Red+Green+Blue) = 117+214+195=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6C3 is #8A293C. Grayscale: #B6B6B6. Windows color (decimal): -9054525 or 12834421. OLE color: 12834421.
HSL color Cylindrical-coordinate representation of color #75D6C3: hue angle of 168.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6C3 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 195 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.16 |
| HSL | 168.25º | 0.54% | 0.65% | - |
| HSV(B) | 168.25º | 0.45% | 0.84% | - |
| XYZ | 41.23 | 55.82 | 60.23 | - |
| YUV | 182.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 195 | 0.45 | 0 | 0.09 | 0.16 | 168.25 | 0.54 | 0.65 |
| Hex | 75 | D6 | C3 | 2D | 0 | 9 | 10 | A8 | 36 | 41 |
| Octal | 165 | 326 | 303 | 55 | 0 | 11 | 20 | 250 | 66 | 101 |
| Binary | 1110101 | 11010110 | 11000011 | 101101 | 0 | 1001 | 10000 | 10101000 | 110110 | 1000001 |
Color Harmonies of #75D6C3
Complementary color
Monochromatic Colors of #75D6C3
Black with #75D6C3
Text Example
Text Example
White with #75D6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D6C3; }
p { color: rgb(117,214,195); }
H1.HeaderClassName
{
color: #75D6C3;
}
.AnyTagClassName
{
color: #75D6C3;
}
</style>
background-color css
<style>
a { background-color: #75D6C3; }
a { background-color: rgb(117,214,195); }
div.DivClassName
{
background-color: #75D6C3;
}
.BgClassName
{
background-color: #75D6C3;
}
</style>
border-color css
<style>
span { border-color: #75D6C3; }
span { border-color: rgb(117,214,195); }
td.TdClassName
{
border-color: #75D6C3;
}
.TagClassName
{
border-color: #75D6C3;
}
</style>