Shades of Downy #74D1BF
Tints of Downy #74D1BF
RGB
CMYK
RGB Variations
Color information
#74D1BF (or 0x74D1BF) is known color: Downy. HEX triplet: 74, D1 and BF. RGB value is (116,209,191). Sum of RGB (Red+Green+Blue) = 116+209+191=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #74D1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D1BF is #8B2E40. Grayscale: #B3B3B3. Windows color (decimal): -9121345 or 12570996. OLE color: 12570996.
HSL color Cylindrical-coordinate representation of color #74D1BF: hue angle of 168.39º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D1BF is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 191 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.18 |
| HSL | 168.39º | 0.5% | 0.64% | - |
| HSV(B) | 168.39º | 0.44% | 0.82% | - |
| XYZ | 39.41 | 53.08 | 57.46 | - |
| YUV | 179.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 191 | 0.44 | 0 | 0.09 | 0.18 | 168.39 | 0.5 | 0.64 |
| Hex | 74 | D1 | BF | 2C | 0 | 9 | 12 | A8 | 32 | 40 |
| Octal | 164 | 321 | 277 | 54 | 0 | 11 | 22 | 250 | 62 | 100 |
| Binary | 1110100 | 11010001 | 10111111 | 101100 | 0 | 1001 | 10010 | 10101000 | 110010 | 1000000 |
Color Harmonies of #74D1BF
Complementary color
Monochromatic Colors of #74D1BF
Black with #74D1BF
Text Example
Text Example
White with #74D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D1BF; }
p { color: rgb(116,209,191); }
H1.HeaderClassName
{
color: #74D1BF;
}
.AnyTagClassName
{
color: #74D1BF;
}
</style>
background-color css
<style>
a { background-color: #74D1BF; }
a { background-color: rgb(116,209,191); }
div.DivClassName
{
background-color: #74D1BF;
}
.BgClassName
{
background-color: #74D1BF;
}
</style>
border-color css
<style>
span { border-color: #74D1BF; }
span { border-color: rgb(116,209,191); }
td.TdClassName
{
border-color: #74D1BF;
}
.TagClassName
{
border-color: #74D1BF;
}
</style>