Shades of Downy #74D1CC
Tints of Downy #74D1CC
RGB
CMYK
RGB Variations
Color information
#74D1CC (or 0x74D1CC) is known color: Downy. HEX triplet: 74, D1 and CC. RGB value is (116,209,204). Sum of RGB (Red+Green+Blue) = 116+209+204=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #74D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D1CC is #8B2E33. Grayscale: #B4B4B4. Windows color (decimal): -9121332 or 13422964. OLE color: 13422964.
HSL color Cylindrical-coordinate representation of color #74D1CC: hue angle of 176.77º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D1CC is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 204 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.18 |
| HSL | 176.77º | 0.5% | 0.64% | - |
| HSV(B) | 176.77º | 0.44% | 0.82% | - |
| XYZ | 40.9 | 53.67 | 65.33 | - |
| YUV | 180.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 204 | 0.44 | 0 | 0.02 | 0.18 | 176.77 | 0.5 | 0.64 |
| Hex | 74 | D1 | CC | 2C | 0 | 2 | 12 | B1 | 32 | 40 |
| Octal | 164 | 321 | 314 | 54 | 0 | 2 | 22 | 261 | 62 | 100 |
| Binary | 1110100 | 11010001 | 11001100 | 101100 | 0 | 10 | 10010 | 10110001 | 110010 | 1000000 |
Color Harmonies of #74D1CC
Complementary color
Monochromatic Colors of #74D1CC
Black with #74D1CC
Text Example
Text Example
White with #74D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D1CC; }
p { color: rgb(116,209,204); }
H1.HeaderClassName
{
color: #74D1CC;
}
.AnyTagClassName
{
color: #74D1CC;
}
</style>
background-color css
<style>
a { background-color: #74D1CC; }
a { background-color: rgb(116,209,204); }
div.DivClassName
{
background-color: #74D1CC;
}
.BgClassName
{
background-color: #74D1CC;
}
</style>
border-color css
<style>
span { border-color: #74D1CC; }
span { border-color: rgb(116,209,204); }
td.TdClassName
{
border-color: #74D1CC;
}
.TagClassName
{
border-color: #74D1CC;
}
</style>