Shades of Downy #74E6C4
Tints of Downy #74E6C4
RGB
CMYK
RGB Variations
Color information
#74E6C4 (or 0x74E6C4) is known color: Downy. HEX triplet: 74, E6 and C4. RGB value is (116,230,196). Sum of RGB (Red+Green+Blue) = 116+230+196=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6C4 is #8B193B. Grayscale: #C0C0C0. Windows color (decimal): -9115964 or 12904052. OLE color: 12904052.
HSL color Cylindrical-coordinate representation of color #74E6C4: hue angle of 162.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6C4 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 196 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.10 |
| HSL | 162.11º | 0.7% | 0.68% | - |
| HSV(B) | 162.11º | 0.5% | 0.9% | - |
| XYZ | 45.46 | 64.29 | 62.24 | - |
| YUV | 192.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 196 | 0.50 | 0 | 0.15 | 0.10 | 162.11 | 0.7 | 0.68 |
| Hex | 74 | E6 | C4 | 32 | 0 | F | A | A2 | 46 | 44 |
| Octal | 164 | 346 | 304 | 62 | 0 | 17 | 12 | 242 | 106 | 104 |
| Binary | 1110100 | 11100110 | 11000100 | 110010 | 0 | 1111 | 1010 | 10100010 | 1000110 | 1000100 |
Color Harmonies of #74E6C4
Complementary color
Monochromatic Colors of #74E6C4
Black with #74E6C4
Text Example
Text Example
White with #74E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6C4; }
p { color: rgb(116,230,196); }
H1.HeaderClassName
{
color: #74E6C4;
}
.AnyTagClassName
{
color: #74E6C4;
}
</style>
background-color css
<style>
a { background-color: #74E6C4; }
a { background-color: rgb(116,230,196); }
div.DivClassName
{
background-color: #74E6C4;
}
.BgClassName
{
background-color: #74E6C4;
}
</style>
border-color css
<style>
span { border-color: #74E6C4; }
span { border-color: rgb(116,230,196); }
td.TdClassName
{
border-color: #74E6C4;
}
.TagClassName
{
border-color: #74E6C4;
}
</style>