Shades of Downy #74CDC5
Tints of Downy #74CDC5
RGB
CMYK
RGB Variations
Color information
#74CDC5 (or 0x74CDC5) is known color: Downy. HEX triplet: 74, CD and C5. RGB value is (116,205,197). Sum of RGB (Red+Green+Blue) = 116+205+197=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDC5 is #8B323A. Grayscale: #B1B1B1. Windows color (decimal): -9122363 or 12963188. OLE color: 12963188.
HSL color Cylindrical-coordinate representation of color #74CDC5: hue angle of 174.61º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDC5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 197 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.20 |
| HSL | 174.61º | 0.47% | 0.63% | - |
| HSV(B) | 174.61º | 0.43% | 0.8% | - |
| XYZ | 39.11 | 51.41 | 60.68 | - |
| YUV | 177.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 197 | 0.43 | 0 | 0.04 | 0.20 | 174.61 | 0.47 | 0.63 |
| Hex | 74 | CD | C5 | 2B | 0 | 4 | 14 | AF | 2F | 3F |
| Octal | 164 | 315 | 305 | 53 | 0 | 4 | 24 | 257 | 57 | 77 |
| Binary | 1110100 | 11001101 | 11000101 | 101011 | 0 | 100 | 10100 | 10101111 | 101111 | 111111 |
Color Harmonies of #74CDC5
Complementary color
Monochromatic Colors of #74CDC5
Black with #74CDC5
Text Example
Text Example
White with #74CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDC5; }
p { color: rgb(116,205,197); }
H1.HeaderClassName
{
color: #74CDC5;
}
.AnyTagClassName
{
color: #74CDC5;
}
</style>
background-color css
<style>
a { background-color: #74CDC5; }
a { background-color: rgb(116,205,197); }
div.DivClassName
{
background-color: #74CDC5;
}
.BgClassName
{
background-color: #74CDC5;
}
</style>
border-color css
<style>
span { border-color: #74CDC5; }
span { border-color: rgb(116,205,197); }
td.TdClassName
{
border-color: #74CDC5;
}
.TagClassName
{
border-color: #74CDC5;
}
</style>