Shades of Downy #74E5CB
Tints of Downy #74E5CB
RGB
CMYK
RGB Variations
Color information
#74E5CB (or 0x74E5CB) is known color: Downy. HEX triplet: 74, E5 and CB. RGB value is (116,229,203). Sum of RGB (Red+Green+Blue) = 116+229+203=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5CB is #8B1A34. Grayscale: #C0C0C0. Windows color (decimal): -9116213 or 13362548. OLE color: 13362548.
HSL color Cylindrical-coordinate representation of color #74E5CB: hue angle of 166.19º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5CB is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 203 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.10 |
| HSL | 166.19º | 0.68% | 0.68% | - |
| HSV(B) | 166.19º | 0.49% | 0.9% | - |
| XYZ | 46 | 64.06 | 66.44 | - |
| YUV | 192.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 203 | 0.49 | 0 | 0.11 | 0.10 | 166.19 | 0.68 | 0.68 |
| Hex | 74 | E5 | CB | 31 | 0 | B | A | A6 | 44 | 44 |
| Octal | 164 | 345 | 313 | 61 | 0 | 13 | 12 | 246 | 104 | 104 |
| Binary | 1110100 | 11100101 | 11001011 | 110001 | 0 | 1011 | 1010 | 10100110 | 1000100 | 1000100 |
Color Harmonies of #74E5CB
Complementary color
Monochromatic Colors of #74E5CB
Black with #74E5CB
Text Example
Text Example
White with #74E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E5CB; }
p { color: rgb(116,229,203); }
H1.HeaderClassName
{
color: #74E5CB;
}
.AnyTagClassName
{
color: #74E5CB;
}
</style>
background-color css
<style>
a { background-color: #74E5CB; }
a { background-color: rgb(116,229,203); }
div.DivClassName
{
background-color: #74E5CB;
}
.BgClassName
{
background-color: #74E5CB;
}
</style>
border-color css
<style>
span { border-color: #74E5CB; }
span { border-color: rgb(116,229,203); }
td.TdClassName
{
border-color: #74E5CB;
}
.TagClassName
{
border-color: #74E5CB;
}
</style>