Shades of Downy #74CFC2
Tints of Downy #74CFC2
RGB
CMYK
RGB Variations
Color information
#74CFC2 (or 0x74CFC2) is known color: Downy. HEX triplet: 74, CF and C2. RGB value is (116,207,194). Sum of RGB (Red+Green+Blue) = 116+207+194=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC2 is #8B303D. Grayscale: #B2B2B2. Windows color (decimal): -9121854 or 12767092. OLE color: 12767092.
HSL color Cylindrical-coordinate representation of color #74CFC2: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFC2 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 194 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.19 |
| HSL | 171.43º | 0.49% | 0.63% | - |
| HSV(B) | 171.43º | 0.44% | 0.81% | - |
| XYZ | 39.25 | 52.23 | 59.05 | - |
| YUV | 178.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 194 | 0.44 | 0 | 0.06 | 0.19 | 171.43 | 0.49 | 0.63 |
| Hex | 74 | CF | C2 | 2C | 0 | 6 | 13 | AB | 31 | 3F |
| Octal | 164 | 317 | 302 | 54 | 0 | 6 | 23 | 253 | 61 | 77 |
| Binary | 1110100 | 11001111 | 11000010 | 101100 | 0 | 110 | 10011 | 10101011 | 110001 | 111111 |
Color Harmonies of #74CFC2
Complementary color
Monochromatic Colors of #74CFC2
Black with #74CFC2
Text Example
Text Example
White with #74CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFC2; }
p { color: rgb(116,207,194); }
H1.HeaderClassName
{
color: #74CFC2;
}
.AnyTagClassName
{
color: #74CFC2;
}
</style>
background-color css
<style>
a { background-color: #74CFC2; }
a { background-color: rgb(116,207,194); }
div.DivClassName
{
background-color: #74CFC2;
}
.BgClassName
{
background-color: #74CFC2;
}
</style>
border-color css
<style>
span { border-color: #74CFC2; }
span { border-color: rgb(116,207,194); }
td.TdClassName
{
border-color: #74CFC2;
}
.TagClassName
{
border-color: #74CFC2;
}
</style>