Shades of Downy #74DCC5
Tints of Downy #74DCC5
RGB
CMYK
RGB Variations
Color information
#74DCC5 (or 0x74DCC5) is known color: Downy. HEX triplet: 74, DC and C5. RGB value is (116,220,197). Sum of RGB (Red+Green+Blue) = 116+220+197=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCC5 is #8B233A. Grayscale: #BABABA. Windows color (decimal): -9118523 or 12967028. OLE color: 12967028.
HSL color Cylindrical-coordinate representation of color #74DCC5: hue angle of 166.73º 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 #74DCC5 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 197 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.14 |
| HSL | 166.73º | 0.6% | 0.66% | - |
| HSV(B) | 166.73º | 0.47% | 0.86% | - |
| XYZ | 42.87 | 58.93 | 61.94 | - |
| YUV | 186.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 197 | 0.47 | 0 | 0.10 | 0.14 | 166.73 | 0.6 | 0.66 |
| Hex | 74 | DC | C5 | 2F | 0 | A | E | A7 | 3C | 42 |
| Octal | 164 | 334 | 305 | 57 | 0 | 12 | 16 | 247 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11000101 | 101111 | 0 | 1010 | 1110 | 10100111 | 111100 | 1000010 |
Color Harmonies of #74DCC5
Complementary color
Monochromatic Colors of #74DCC5
Black with #74DCC5
Text Example
Text Example
White with #74DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCC5; }
p { color: rgb(116,220,197); }
H1.HeaderClassName
{
color: #74DCC5;
}
.AnyTagClassName
{
color: #74DCC5;
}
</style>
background-color css
<style>
a { background-color: #74DCC5; }
a { background-color: rgb(116,220,197); }
div.DivClassName
{
background-color: #74DCC5;
}
.BgClassName
{
background-color: #74DCC5;
}
</style>
border-color css
<style>
span { border-color: #74DCC5; }
span { border-color: rgb(116,220,197); }
td.TdClassName
{
border-color: #74DCC5;
}
.TagClassName
{
border-color: #74DCC5;
}
</style>