Shades of Downy #74DCB3
Tints of Downy #74DCB3
RGB
CMYK
RGB Variations
Color information
#74DCB3 (or 0x74DCB3) is known color: Downy. HEX triplet: 74, DC and B3. RGB value is (116,220,179). Sum of RGB (Red+Green+Blue) = 116+220+179=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCB3 is #8B234C. Grayscale: #B8B8B8. Windows color (decimal): -9118541 or 11787380. OLE color: 11787380.
HSL color Cylindrical-coordinate representation of color #74DCB3: hue angle of 156.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCB3 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 179 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.14 |
| HSL | 156.35º | 0.6% | 0.66% | - |
| HSV(B) | 156.35º | 0.47% | 0.86% | - |
| XYZ | 40.93 | 58.15 | 51.72 | - |
| YUV | 184.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 179 | 0.47 | 0 | 0.19 | 0.14 | 156.35 | 0.6 | 0.66 |
| Hex | 74 | DC | B3 | 2F | 0 | 13 | E | 9C | 3C | 42 |
| Octal | 164 | 334 | 263 | 57 | 0 | 23 | 16 | 234 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10110011 | 101111 | 0 | 10011 | 1110 | 10011100 | 111100 | 1000010 |
Color Harmonies of #74DCB3
Complementary color
Monochromatic Colors of #74DCB3
Black with #74DCB3
Text Example
Text Example
White with #74DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCB3; }
p { color: rgb(116,220,179); }
H1.HeaderClassName
{
color: #74DCB3;
}
.AnyTagClassName
{
color: #74DCB3;
}
</style>
background-color css
<style>
a { background-color: #74DCB3; }
a { background-color: rgb(116,220,179); }
div.DivClassName
{
background-color: #74DCB3;
}
.BgClassName
{
background-color: #74DCB3;
}
</style>
border-color css
<style>
span { border-color: #74DCB3; }
span { border-color: rgb(116,220,179); }
td.TdClassName
{
border-color: #74DCB3;
}
.TagClassName
{
border-color: #74DCB3;
}
</style>