Shades of Downy #74D2C9
Tints of Downy #74D2C9
RGB
CMYK
RGB Variations
Color information
#74D2C9 (or 0x74D2C9) is known color: Downy. HEX triplet: 74, D2 and C9. RGB value is (116,210,201). Sum of RGB (Red+Green+Blue) = 116+210+201=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2C9 is #8B2D36. Grayscale: #B4B4B4. Windows color (decimal): -9121079 or 13226612. OLE color: 13226612.
HSL color Cylindrical-coordinate representation of color #74D2C9: hue angle of 174.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D2C9 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 201 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.18 |
| HSL | 174.26º | 0.51% | 0.64% | - |
| HSV(B) | 174.26º | 0.45% | 0.82% | - |
| XYZ | 40.79 | 54.02 | 63.54 | - |
| YUV | 180.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 201 | 0.45 | 0 | 0.04 | 0.18 | 174.26 | 0.51 | 0.64 |
| Hex | 74 | D2 | C9 | 2D | 0 | 4 | 12 | AE | 33 | 40 |
| Octal | 164 | 322 | 311 | 55 | 0 | 4 | 22 | 256 | 63 | 100 |
| Binary | 1110100 | 11010010 | 11001001 | 101101 | 0 | 100 | 10010 | 10101110 | 110011 | 1000000 |
Color Harmonies of #74D2C9
Complementary color
Monochromatic Colors of #74D2C9
Black with #74D2C9
Text Example
Text Example
White with #74D2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2C9; }
p { color: rgb(116,210,201); }
H1.HeaderClassName
{
color: #74D2C9;
}
.AnyTagClassName
{
color: #74D2C9;
}
</style>
background-color css
<style>
a { background-color: #74D2C9; }
a { background-color: rgb(116,210,201); }
div.DivClassName
{
background-color: #74D2C9;
}
.BgClassName
{
background-color: #74D2C9;
}
</style>
border-color css
<style>
span { border-color: #74D2C9; }
span { border-color: rgb(116,210,201); }
td.TdClassName
{
border-color: #74D2C9;
}
.TagClassName
{
border-color: #74D2C9;
}
</style>