Shades of Downy #74DCC1
Tints of Downy #74DCC1
RGB
CMYK
RGB Variations
Color information
#74DCC1 (or 0x74DCC1) is known color: Downy. HEX triplet: 74, DC and C1. RGB value is (116,220,193). Sum of RGB (Red+Green+Blue) = 116+220+193=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCC1 is #8B233E. Grayscale: #B9B9B9. Windows color (decimal): -9118527 or 12704884. OLE color: 12704884.
HSL color Cylindrical-coordinate representation of color #74DCC1: hue angle of 164.42º 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 #74DCC1 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 193 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.14 |
| HSL | 164.42º | 0.6% | 0.66% | - |
| HSV(B) | 164.42º | 0.47% | 0.86% | - |
| XYZ | 42.42 | 58.75 | 59.56 | - |
| YUV | 185.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 193 | 0.47 | 0 | 0.12 | 0.14 | 164.42 | 0.6 | 0.66 |
| Hex | 74 | DC | C1 | 2F | 0 | C | E | A4 | 3C | 42 |
| Octal | 164 | 334 | 301 | 57 | 0 | 14 | 16 | 244 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11000001 | 101111 | 0 | 1100 | 1110 | 10100100 | 111100 | 1000010 |
Color Harmonies of #74DCC1
Complementary color
Monochromatic Colors of #74DCC1
Black with #74DCC1
Text Example
Text Example
White with #74DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCC1; }
p { color: rgb(116,220,193); }
H1.HeaderClassName
{
color: #74DCC1;
}
.AnyTagClassName
{
color: #74DCC1;
}
</style>
background-color css
<style>
a { background-color: #74DCC1; }
a { background-color: rgb(116,220,193); }
div.DivClassName
{
background-color: #74DCC1;
}
.BgClassName
{
background-color: #74DCC1;
}
</style>
border-color css
<style>
span { border-color: #74DCC1; }
span { border-color: rgb(116,220,193); }
td.TdClassName
{
border-color: #74DCC1;
}
.TagClassName
{
border-color: #74DCC1;
}
</style>