Shades of Downy #74C5C2
Tints of Downy #74C5C2
RGB
CMYK
RGB Variations
Color information
#74C5C2 (or 0x74C5C2) is known color: Downy. HEX triplet: 74, C5 and C2. RGB value is (116,197,194). Sum of RGB (Red+Green+Blue) = 116+197+194=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #74C5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5C2 is #8B3A3D. Grayscale: #ACACAC. Windows color (decimal): -9124414 or 12764532. OLE color: 12764532.
HSL color Cylindrical-coordinate representation of color #74C5C2: hue angle of 177.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C5C2 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 194 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.23 |
| HSL | 177.78º | 0.41% | 0.61% | - |
| HSV(B) | 177.78º | 0.41% | 0.77% | - |
| XYZ | 36.91 | 47.54 | 58.27 | - |
| YUV | 172.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 194 | 0.41 | 0 | 0.02 | 0.23 | 177.78 | 0.41 | 0.61 |
| Hex | 74 | C5 | C2 | 29 | 0 | 2 | 17 | B2 | 29 | 3D |
| Octal | 164 | 305 | 302 | 51 | 0 | 2 | 27 | 262 | 51 | 75 |
| Binary | 1110100 | 11000101 | 11000010 | 101001 | 0 | 10 | 10111 | 10110010 | 101001 | 111101 |
Color Harmonies of #74C5C2
Complementary color
Monochromatic Colors of #74C5C2
Black with #74C5C2
Text Example
Text Example
White with #74C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C5C2; }
p { color: rgb(116,197,194); }
H1.HeaderClassName
{
color: #74C5C2;
}
.AnyTagClassName
{
color: #74C5C2;
}
</style>
background-color css
<style>
a { background-color: #74C5C2; }
a { background-color: rgb(116,197,194); }
div.DivClassName
{
background-color: #74C5C2;
}
.BgClassName
{
background-color: #74C5C2;
}
</style>
border-color css
<style>
span { border-color: #74C5C2; }
span { border-color: rgb(116,197,194); }
td.TdClassName
{
border-color: #74C5C2;
}
.TagClassName
{
border-color: #74C5C2;
}
</style>