Shades of Downy #74CFC1
Tints of Downy #74CFC1
RGB
CMYK
RGB Variations
Color information
#74CFC1 (or 0x74CFC1) is known color: Downy. HEX triplet: 74, CF and C1. RGB value is (116,207,193). Sum of RGB (Red+Green+Blue) = 116+207+193=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFC1 is #8B303E. Grayscale: #B2B2B2. Windows color (decimal): -9121855 or 12701556. OLE color: 12701556.
HSL color Cylindrical-coordinate representation of color #74CFC1: hue angle of 170.77º 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 #74CFC1 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 193 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.19 |
| HSL | 170.77º | 0.49% | 0.63% | - |
| HSV(B) | 170.77º | 0.44% | 0.81% | - |
| XYZ | 39.14 | 52.19 | 58.46 | - |
| YUV | 178.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 193 | 0.44 | 0 | 0.07 | 0.19 | 170.77 | 0.49 | 0.63 |
| Hex | 74 | CF | C1 | 2C | 0 | 7 | 13 | AB | 31 | 3F |
| Octal | 164 | 317 | 301 | 54 | 0 | 7 | 23 | 253 | 61 | 77 |
| Binary | 1110100 | 11001111 | 11000001 | 101100 | 0 | 111 | 10011 | 10101011 | 110001 | 111111 |
Color Harmonies of #74CFC1
Complementary color
Monochromatic Colors of #74CFC1
Black with #74CFC1
Text Example
Text Example
White with #74CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFC1; }
p { color: rgb(116,207,193); }
H1.HeaderClassName
{
color: #74CFC1;
}
.AnyTagClassName
{
color: #74CFC1;
}
</style>
background-color css
<style>
a { background-color: #74CFC1; }
a { background-color: rgb(116,207,193); }
div.DivClassName
{
background-color: #74CFC1;
}
.BgClassName
{
background-color: #74CFC1;
}
</style>
border-color css
<style>
span { border-color: #74CFC1; }
span { border-color: rgb(116,207,193); }
td.TdClassName
{
border-color: #74CFC1;
}
.TagClassName
{
border-color: #74CFC1;
}
</style>