Shades of Downy #75EAC3
Tints of Downy #75EAC3
RGB
CMYK
RGB Variations
Color information
#75EAC3 (or 0x75EAC3) is known color: Downy. HEX triplet: 75, EA and C3. RGB value is (117,234,195). Sum of RGB (Red+Green+Blue) = 117+234+195=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAC3 is #8A153C. Grayscale: #C2C2C2. Windows color (decimal): -9049405 or 12839541. OLE color: 12839541.
HSL color Cylindrical-coordinate representation of color #75EAC3: hue angle of 160º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAC3 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 234 | 195 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.08 |
| HSL | 160º | 0.74% | 0.69% | - |
| HSV(B) | 160º | 0.5% | 0.92% | - |
| XYZ | 46.61 | 66.57 | 62.02 | - |
| YUV | 194.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 234 | 195 | 0.5 | 0 | 0.17 | 0.08 | 160 | 0.74 | 0.69 |
| Hex | 75 | EA | C3 | 32 | 0 | 11 | 8 | A0 | 4A | 45 |
| Octal | 165 | 352 | 303 | 62 | 0 | 21 | 10 | 240 | 112 | 105 |
| Binary | 1110101 | 11101010 | 11000011 | 110010 | 0 | 10001 | 1000 | 10100000 | 1001010 | 1000101 |
Color Harmonies of #75EAC3
Complementary color
Monochromatic Colors of #75EAC3
Black with #75EAC3
Text Example
Text Example
White with #75EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EAC3; }
p { color: rgb(117,234,195); }
H1.HeaderClassName
{
color: #75EAC3;
}
.AnyTagClassName
{
color: #75EAC3;
}
</style>
background-color css
<style>
a { background-color: #75EAC3; }
a { background-color: rgb(117,234,195); }
div.DivClassName
{
background-color: #75EAC3;
}
.BgClassName
{
background-color: #75EAC3;
}
</style>
border-color css
<style>
span { border-color: #75EAC3; }
span { border-color: rgb(117,234,195); }
td.TdClassName
{
border-color: #75EAC3;
}
.TagClassName
{
border-color: #75EAC3;
}
</style>