Shades of Downy #74CEC4
Tints of Downy #74CEC4
RGB
CMYK
RGB Variations
Color information
#74CEC4 (or 0x74CEC4) is known color: Downy. HEX triplet: 74, CE and C4. RGB value is (116,206,196). Sum of RGB (Red+Green+Blue) = 116+206+196=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEC4 is #8B313B. Grayscale: #B1B1B1. Windows color (decimal): -9122108 or 12897908. OLE color: 12897908.
HSL color Cylindrical-coordinate representation of color #74CEC4: hue angle of 173.33º degrees, saturation: 0.48, 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 #74CEC4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 196 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.19 |
| HSL | 173.33º | 0.48% | 0.63% | - |
| HSV(B) | 173.33º | 0.44% | 0.81% | - |
| XYZ | 39.24 | 51.84 | 60.16 | - |
| YUV | 177.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 196 | 0.44 | 0 | 0.05 | 0.19 | 173.33 | 0.48 | 0.63 |
| Hex | 74 | CE | C4 | 2C | 0 | 5 | 13 | AD | 30 | 3F |
| Octal | 164 | 316 | 304 | 54 | 0 | 5 | 23 | 255 | 60 | 77 |
| Binary | 1110100 | 11001110 | 11000100 | 101100 | 0 | 101 | 10011 | 10101101 | 110000 | 111111 |
Color Harmonies of #74CEC4
Complementary color
Monochromatic Colors of #74CEC4
Black with #74CEC4
Text Example
Text Example
White with #74CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEC4; }
p { color: rgb(116,206,196); }
H1.HeaderClassName
{
color: #74CEC4;
}
.AnyTagClassName
{
color: #74CEC4;
}
</style>
background-color css
<style>
a { background-color: #74CEC4; }
a { background-color: rgb(116,206,196); }
div.DivClassName
{
background-color: #74CEC4;
}
.BgClassName
{
background-color: #74CEC4;
}
</style>
border-color css
<style>
span { border-color: #74CEC4; }
span { border-color: rgb(116,206,196); }
td.TdClassName
{
border-color: #74CEC4;
}
.TagClassName
{
border-color: #74CEC4;
}
</style>