Shades of Downy #74CAC6
Tints of Downy #74CAC6
RGB
CMYK
RGB Variations
Color information
#74CAC6 (or 0x74CAC6) is known color: Downy. HEX triplet: 74, CA and C6. RGB value is (116,202,198). Sum of RGB (Red+Green+Blue) = 116+202+198=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CAC6 is #8B3539. Grayscale: #AFAFAF. Windows color (decimal): -9123130 or 13027956. OLE color: 13027956.
HSL color Cylindrical-coordinate representation of color #74CAC6: hue angle of 177.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAC6 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 198 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.21 |
| HSL | 177.21º | 0.45% | 0.62% | - |
| HSV(B) | 177.21º | 0.43% | 0.79% | - |
| XYZ | 38.52 | 50.03 | 61.05 | - |
| YUV | 175.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 198 | 0.43 | 0 | 0.02 | 0.21 | 177.21 | 0.45 | 0.62 |
| Hex | 74 | CA | C6 | 2B | 0 | 2 | 15 | B1 | 2D | 3E |
| Octal | 164 | 312 | 306 | 53 | 0 | 2 | 25 | 261 | 55 | 76 |
| Binary | 1110100 | 11001010 | 11000110 | 101011 | 0 | 10 | 10101 | 10110001 | 101101 | 111110 |
Color Harmonies of #74CAC6
Complementary color
Monochromatic Colors of #74CAC6
Black with #74CAC6
Text Example
Text Example
White with #74CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CAC6; }
p { color: rgb(116,202,198); }
H1.HeaderClassName
{
color: #74CAC6;
}
.AnyTagClassName
{
color: #74CAC6;
}
</style>
background-color css
<style>
a { background-color: #74CAC6; }
a { background-color: rgb(116,202,198); }
div.DivClassName
{
background-color: #74CAC6;
}
.BgClassName
{
background-color: #74CAC6;
}
</style>
border-color css
<style>
span { border-color: #74CAC6; }
span { border-color: rgb(116,202,198); }
td.TdClassName
{
border-color: #74CAC6;
}
.TagClassName
{
border-color: #74CAC6;
}
</style>