Shades of Downy #74D6BE
Tints of Downy #74D6BE
RGB
CMYK
RGB Variations
Color information
#74D6BE (or 0x74D6BE) is known color: Downy. HEX triplet: 74, D6 and BE. RGB value is (116,214,190). Sum of RGB (Red+Green+Blue) = 116+214+190=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6BE is #8B2941. Grayscale: #B5B5B5. Windows color (decimal): -9120066 or 12506740. OLE color: 12506740.
HSL color Cylindrical-coordinate representation of color #74D6BE: hue angle of 165.31º 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 #74D6BE is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 190 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.16 |
| HSL | 165.31º | 0.54% | 0.65% | - |
| HSV(B) | 165.31º | 0.46% | 0.84% | - |
| XYZ | 40.54 | 55.52 | 57.3 | - |
| YUV | 181.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 190 | 0.46 | 0 | 0.11 | 0.16 | 165.31 | 0.54 | 0.65 |
| Hex | 74 | D6 | BE | 2E | 0 | B | 10 | A5 | 36 | 41 |
| Octal | 164 | 326 | 276 | 56 | 0 | 13 | 20 | 245 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10111110 | 101110 | 0 | 1011 | 10000 | 10100101 | 110110 | 1000001 |
Color Harmonies of #74D6BE
Complementary color
Monochromatic Colors of #74D6BE
Black with #74D6BE
Text Example
Text Example
White with #74D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D6BE; }
p { color: rgb(116,214,190); }
H1.HeaderClassName
{
color: #74D6BE;
}
.AnyTagClassName
{
color: #74D6BE;
}
</style>
background-color css
<style>
a { background-color: #74D6BE; }
a { background-color: rgb(116,214,190); }
div.DivClassName
{
background-color: #74D6BE;
}
.BgClassName
{
background-color: #74D6BE;
}
</style>
border-color css
<style>
span { border-color: #74D6BE; }
span { border-color: rgb(116,214,190); }
td.TdClassName
{
border-color: #74D6BE;
}
.TagClassName
{
border-color: #74D6BE;
}
</style>