Shades of Downy #74D4D0
Tints of Downy #74D4D0
RGB
CMYK
RGB Variations
Color information
#74D4D0 (or 0x74D4D0) is known color: Downy. HEX triplet: 74, D4 and D0. RGB value is (116,212,208). Sum of RGB (Red+Green+Blue) = 116+212+208=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #74D4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D4D0 is #8B2B2F. Grayscale: #B6B6B6. Windows color (decimal): -9120560 or 13685876. OLE color: 13685876.
HSL color Cylindrical-coordinate representation of color #74D4D0: hue angle of 177.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D4D0 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 208 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.17 |
| HSL | 177.5º | 0.53% | 0.64% | - |
| HSV(B) | 177.5º | 0.45% | 0.83% | - |
| XYZ | 42.13 | 55.35 | 68.14 | - |
| YUV | 182.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 208 | 0.45 | 0 | 0.02 | 0.17 | 177.5 | 0.53 | 0.64 |
| Hex | 74 | D4 | D0 | 2D | 0 | 2 | 11 | B2 | 35 | 40 |
| Octal | 164 | 324 | 320 | 55 | 0 | 2 | 21 | 262 | 65 | 100 |
| Binary | 1110100 | 11010100 | 11010000 | 101101 | 0 | 10 | 10001 | 10110010 | 110101 | 1000000 |
Color Harmonies of #74D4D0
Complementary color
Monochromatic Colors of #74D4D0
Black with #74D4D0
Text Example
Text Example
White with #74D4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D4D0; }
p { color: rgb(116,212,208); }
H1.HeaderClassName
{
color: #74D4D0;
}
.AnyTagClassName
{
color: #74D4D0;
}
</style>
background-color css
<style>
a { background-color: #74D4D0; }
a { background-color: rgb(116,212,208); }
div.DivClassName
{
background-color: #74D4D0;
}
.BgClassName
{
background-color: #74D4D0;
}
</style>
border-color css
<style>
span { border-color: #74D4D0; }
span { border-color: rgb(116,212,208); }
td.TdClassName
{
border-color: #74D4D0;
}
.TagClassName
{
border-color: #74D4D0;
}
</style>