Shades of Downy #74D6BD
Tints of Downy #74D6BD
RGB
CMYK
RGB Variations
Color information
#74D6BD (or 0x74D6BD) is known color: Downy. HEX triplet: 74, D6 and BD. RGB value is (116,214,189). Sum of RGB (Red+Green+Blue) = 116+214+189=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6BD is #8B2942. Grayscale: #B5B5B5. Windows color (decimal): -9120067 or 12441204. OLE color: 12441204.
HSL color Cylindrical-coordinate representation of color #74D6BD: hue angle of 164.69º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6BD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 189 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.16 |
| HSL | 164.69º | 0.54% | 0.65% | - |
| HSV(B) | 164.69º | 0.46% | 0.84% | - |
| XYZ | 40.43 | 55.48 | 56.72 | - |
| YUV | 181.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 189 | 0.46 | 0 | 0.12 | 0.16 | 164.69 | 0.54 | 0.65 |
| Hex | 74 | D6 | BD | 2E | 0 | C | 10 | A5 | 36 | 41 |
| Octal | 164 | 326 | 275 | 56 | 0 | 14 | 20 | 245 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10111101 | 101110 | 0 | 1100 | 10000 | 10100101 | 110110 | 1000001 |
Color Harmonies of #74D6BD
Complementary color
Monochromatic Colors of #74D6BD
Black with #74D6BD
Text Example
Text Example
White with #74D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D6BD; }
p { color: rgb(116,214,189); }
H1.HeaderClassName
{
color: #74D6BD;
}
.AnyTagClassName
{
color: #74D6BD;
}
</style>
background-color css
<style>
a { background-color: #74D6BD; }
a { background-color: rgb(116,214,189); }
div.DivClassName
{
background-color: #74D6BD;
}
.BgClassName
{
background-color: #74D6BD;
}
</style>
border-color css
<style>
span { border-color: #74D6BD; }
span { border-color: rgb(116,214,189); }
td.TdClassName
{
border-color: #74D6BD;
}
.TagClassName
{
border-color: #74D6BD;
}
</style>