Shades of Downy #74DCCD
Tints of Downy #74DCCD
RGB
CMYK
RGB Variations
Color information
#74DCCD (or 0x74DCCD) is known color: Downy. HEX triplet: 74, DC and CD. RGB value is (116,220,205). Sum of RGB (Red+Green+Blue) = 116+220+205=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCD is #8B2332. Grayscale: #BBBBBB. Windows color (decimal): -9118515 or 13491316. OLE color: 13491316.
HSL color Cylindrical-coordinate representation of color #74DCCD: hue angle of 171.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCCD is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 205 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.14 |
| HSL | 171.35º | 0.6% | 0.66% | - |
| HSV(B) | 171.35º | 0.47% | 0.86% | - |
| XYZ | 43.82 | 59.31 | 66.9 | - |
| YUV | 187.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 205 | 0.47 | 0 | 0.07 | 0.14 | 171.35 | 0.6 | 0.66 |
| Hex | 74 | DC | CD | 2F | 0 | 7 | E | AB | 3C | 42 |
| Octal | 164 | 334 | 315 | 57 | 0 | 7 | 16 | 253 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11001101 | 101111 | 0 | 111 | 1110 | 10101011 | 111100 | 1000010 |
Color Harmonies of #74DCCD
Complementary color
Monochromatic Colors of #74DCCD
Black with #74DCCD
Text Example
Text Example
White with #74DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCCD; }
p { color: rgb(116,220,205); }
H1.HeaderClassName
{
color: #74DCCD;
}
.AnyTagClassName
{
color: #74DCCD;
}
</style>
background-color css
<style>
a { background-color: #74DCCD; }
a { background-color: rgb(116,220,205); }
div.DivClassName
{
background-color: #74DCCD;
}
.BgClassName
{
background-color: #74DCCD;
}
</style>
border-color css
<style>
span { border-color: #74DCCD; }
span { border-color: rgb(116,220,205); }
td.TdClassName
{
border-color: #74DCCD;
}
.TagClassName
{
border-color: #74DCCD;
}
</style>