Shades of Downy #74EBC2
Tints of Downy #74EBC2
RGB
CMYK
RGB Variations
Color information
#74EBC2 (or 0x74EBC2) is known color: Downy. HEX triplet: 74, EB and C2. RGB value is (116,235,194). Sum of RGB (Red+Green+Blue) = 116+235+194=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBC2 is #8B143D. Grayscale: #C2C2C2. Windows color (decimal): -9114686 or 12774260. OLE color: 12774260.
HSL color Cylindrical-coordinate representation of color #74EBC2: hue angle of 159.33º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBC2 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 235 | 194 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.08 |
| HSL | 159.33º | 0.75% | 0.69% | - |
| HSV(B) | 159.33º | 0.51% | 0.92% | - |
| XYZ | 46.65 | 67.02 | 61.52 | - |
| YUV | 194.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 235 | 194 | 0.51 | 0 | 0.17 | 0.08 | 159.33 | 0.75 | 0.69 |
| Hex | 74 | EB | C2 | 33 | 0 | 11 | 8 | 9F | 4B | 45 |
| Octal | 164 | 353 | 302 | 63 | 0 | 21 | 10 | 237 | 113 | 105 |
| Binary | 1110100 | 11101011 | 11000010 | 110011 | 0 | 10001 | 1000 | 10011111 | 1001011 | 1000101 |
Color Harmonies of #74EBC2
Complementary color
Monochromatic Colors of #74EBC2
Black with #74EBC2
Text Example
Text Example
White with #74EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EBC2; }
p { color: rgb(116,235,194); }
H1.HeaderClassName
{
color: #74EBC2;
}
.AnyTagClassName
{
color: #74EBC2;
}
</style>
background-color css
<style>
a { background-color: #74EBC2; }
a { background-color: rgb(116,235,194); }
div.DivClassName
{
background-color: #74EBC2;
}
.BgClassName
{
background-color: #74EBC2;
}
</style>
border-color css
<style>
span { border-color: #74EBC2; }
span { border-color: rgb(116,235,194); }
td.TdClassName
{
border-color: #74EBC2;
}
.TagClassName
{
border-color: #74EBC2;
}
</style>