Shades of Downy #74D7C2
Tints of Downy #74D7C2
RGB
CMYK
RGB Variations
Color information
#74D7C2 (or 0x74D7C2) is known color: Downy. HEX triplet: 74, D7 and C2. RGB value is (116,215,194). Sum of RGB (Red+Green+Blue) = 116+215+194=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D7C2 is #8B283D. Grayscale: #B6B6B6. Windows color (decimal): -9119806 or 12769140. OLE color: 12769140.
HSL color Cylindrical-coordinate representation of color #74D7C2: hue angle of 167.27º degrees, saturation: 0.55, 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 #74D7C2 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 194 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.16 |
| HSL | 167.27º | 0.55% | 0.65% | - |
| HSV(B) | 167.27º | 0.46% | 0.84% | - |
| XYZ | 41.24 | 56.21 | 59.71 | - |
| YUV | 183.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 194 | 0.46 | 0 | 0.10 | 0.16 | 167.27 | 0.55 | 0.65 |
| Hex | 74 | D7 | C2 | 2E | 0 | A | 10 | A7 | 37 | 41 |
| Octal | 164 | 327 | 302 | 56 | 0 | 12 | 20 | 247 | 67 | 101 |
| Binary | 1110100 | 11010111 | 11000010 | 101110 | 0 | 1010 | 10000 | 10100111 | 110111 | 1000001 |
Color Harmonies of #74D7C2
Complementary color
Monochromatic Colors of #74D7C2
Black with #74D7C2
Text Example
Text Example
White with #74D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D7C2; }
p { color: rgb(116,215,194); }
H1.HeaderClassName
{
color: #74D7C2;
}
.AnyTagClassName
{
color: #74D7C2;
}
</style>
background-color css
<style>
a { background-color: #74D7C2; }
a { background-color: rgb(116,215,194); }
div.DivClassName
{
background-color: #74D7C2;
}
.BgClassName
{
background-color: #74D7C2;
}
</style>
border-color css
<style>
span { border-color: #74D7C2; }
span { border-color: rgb(116,215,194); }
td.TdClassName
{
border-color: #74D7C2;
}
.TagClassName
{
border-color: #74D7C2;
}
</style>