Shades of Downy #74EAC2
Tints of Downy #74EAC2
RGB
CMYK
RGB Variations
Color information
#74EAC2 (or 0x74EAC2) is known color: Downy. HEX triplet: 74, EA and C2. RGB value is (116,234,194). Sum of RGB (Red+Green+Blue) = 116+234+194=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAC2 is #8B153D. Grayscale: #C2C2C2. Windows color (decimal): -9114942 or 12774004. OLE color: 12774004.
HSL color Cylindrical-coordinate representation of color #74EAC2: hue angle of 159.66º 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 #74EAC2 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 194 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.08 |
| HSL | 159.66º | 0.74% | 0.69% | - |
| HSV(B) | 159.66º | 0.5% | 0.92% | - |
| XYZ | 46.36 | 66.45 | 61.42 | - |
| YUV | 194.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 194 | 0.50 | 0 | 0.17 | 0.08 | 159.66 | 0.74 | 0.69 |
| Hex | 74 | EA | C2 | 32 | 0 | 11 | 8 | A0 | 4A | 45 |
| Octal | 164 | 352 | 302 | 62 | 0 | 21 | 10 | 240 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11000010 | 110010 | 0 | 10001 | 1000 | 10100000 | 1001010 | 1000101 |
Color Harmonies of #74EAC2
Complementary color
Monochromatic Colors of #74EAC2
Black with #74EAC2
Text Example
Text Example
White with #74EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EAC2; }
p { color: rgb(116,234,194); }
H1.HeaderClassName
{
color: #74EAC2;
}
.AnyTagClassName
{
color: #74EAC2;
}
</style>
background-color css
<style>
a { background-color: #74EAC2; }
a { background-color: rgb(116,234,194); }
div.DivClassName
{
background-color: #74EAC2;
}
.BgClassName
{
background-color: #74EAC2;
}
</style>
border-color css
<style>
span { border-color: #74EAC2; }
span { border-color: rgb(116,234,194); }
td.TdClassName
{
border-color: #74EAC2;
}
.TagClassName
{
border-color: #74EAC2;
}
</style>