Shades of Downy #74E6CB
Tints of Downy #74E6CB
RGB
CMYK
RGB Variations
Color information
#74E6CB (or 0x74E6CB) is known color: Downy. HEX triplet: 74, E6 and CB. RGB value is (116,230,203). Sum of RGB (Red+Green+Blue) = 116+230+203=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6CB is #8B1934. Grayscale: #C0C0C0. Windows color (decimal): -9115957 or 13362804. OLE color: 13362804.
HSL color Cylindrical-coordinate representation of color #74E6CB: hue angle of 165.79º 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 #74E6CB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 203 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.10 |
| HSL | 165.79º | 0.7% | 0.68% | - |
| HSV(B) | 165.79º | 0.5% | 0.9% | - |
| XYZ | 46.28 | 64.62 | 66.53 | - |
| YUV | 192.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 203 | 0.50 | 0 | 0.12 | 0.10 | 165.79 | 0.7 | 0.68 |
| Hex | 74 | E6 | CB | 32 | 0 | C | A | A6 | 46 | 44 |
| Octal | 164 | 346 | 313 | 62 | 0 | 14 | 12 | 246 | 106 | 104 |
| Binary | 1110100 | 11100110 | 11001011 | 110010 | 0 | 1100 | 1010 | 10100110 | 1000110 | 1000100 |
Color Harmonies of #74E6CB
Complementary color
Monochromatic Colors of #74E6CB
Black with #74E6CB
Text Example
Text Example
White with #74E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6CB; }
p { color: rgb(116,230,203); }
H1.HeaderClassName
{
color: #74E6CB;
}
.AnyTagClassName
{
color: #74E6CB;
}
</style>
background-color css
<style>
a { background-color: #74E6CB; }
a { background-color: rgb(116,230,203); }
div.DivClassName
{
background-color: #74E6CB;
}
.BgClassName
{
background-color: #74E6CB;
}
</style>
border-color css
<style>
span { border-color: #74E6CB; }
span { border-color: rgb(116,230,203); }
td.TdClassName
{
border-color: #74E6CB;
}
.TagClassName
{
border-color: #74E6CB;
}
</style>