Shades of Downy #74E6CA
Tints of Downy #74E6CA
RGB
CMYK
RGB Variations
Color information
#74E6CA (or 0x74E6CA) is known color: Downy. HEX triplet: 74, E6 and CA. RGB value is (116,230,202). Sum of RGB (Red+Green+Blue) = 116+230+202=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6CA is #8B1935. Grayscale: #C0C0C0. Windows color (decimal): -9115958 or 13297268. OLE color: 13297268.
HSL color Cylindrical-coordinate representation of color #74E6CA: hue angle of 165.26º 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 #74E6CA is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 202 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.10 |
| HSL | 165.26º | 0.7% | 0.68% | - |
| HSV(B) | 165.26º | 0.5% | 0.9% | - |
| XYZ | 46.16 | 64.57 | 65.91 | - |
| YUV | 192.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 202 | 0.50 | 0 | 0.12 | 0.10 | 165.26 | 0.7 | 0.68 |
| Hex | 74 | E6 | CA | 32 | 0 | C | A | A5 | 46 | 44 |
| Octal | 164 | 346 | 312 | 62 | 0 | 14 | 12 | 245 | 106 | 104 |
| Binary | 1110100 | 11100110 | 11001010 | 110010 | 0 | 1100 | 1010 | 10100101 | 1000110 | 1000100 |
Color Harmonies of #74E6CA
Complementary color
Monochromatic Colors of #74E6CA
Black with #74E6CA
Text Example
Text Example
White with #74E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6CA; }
p { color: rgb(116,230,202); }
H1.HeaderClassName
{
color: #74E6CA;
}
.AnyTagClassName
{
color: #74E6CA;
}
</style>
background-color css
<style>
a { background-color: #74E6CA; }
a { background-color: rgb(116,230,202); }
div.DivClassName
{
background-color: #74E6CA;
}
.BgClassName
{
background-color: #74E6CA;
}
</style>
border-color css
<style>
span { border-color: #74E6CA; }
span { border-color: rgb(116,230,202); }
td.TdClassName
{
border-color: #74E6CA;
}
.TagClassName
{
border-color: #74E6CA;
}
</style>