Shades of Downy #74CEB7
Tints of Downy #74CEB7
RGB
CMYK
RGB Variations
Color information
#74CEB7 (or 0x74CEB7) is known color: Downy. HEX triplet: 74, CE and B7. RGB value is (116,206,183). Sum of RGB (Red+Green+Blue) = 116+206+183=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEB7 is #8B3148. Grayscale: #B0B0B0. Windows color (decimal): -9122121 or 12045940. OLE color: 12045940.
HSL color Cylindrical-coordinate representation of color #74CEB7: hue angle of 164.67º 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 #74CEB7 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 183 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.19 |
| HSL | 164.67º | 0.48% | 0.63% | - |
| HSV(B) | 164.67º | 0.44% | 0.81% | - |
| XYZ | 37.82 | 51.27 | 52.7 | - |
| YUV | 176.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 183 | 0.44 | 0 | 0.11 | 0.19 | 164.67 | 0.48 | 0.63 |
| Hex | 74 | CE | B7 | 2C | 0 | B | 13 | A5 | 30 | 3F |
| Octal | 164 | 316 | 267 | 54 | 0 | 13 | 23 | 245 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10110111 | 101100 | 0 | 1011 | 10011 | 10100101 | 110000 | 111111 |
Color Harmonies of #74CEB7
Complementary color
Monochromatic Colors of #74CEB7
Black with #74CEB7
Text Example
Text Example
White with #74CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEB7; }
p { color: rgb(116,206,183); }
H1.HeaderClassName
{
color: #74CEB7;
}
.AnyTagClassName
{
color: #74CEB7;
}
</style>
background-color css
<style>
a { background-color: #74CEB7; }
a { background-color: rgb(116,206,183); }
div.DivClassName
{
background-color: #74CEB7;
}
.BgClassName
{
background-color: #74CEB7;
}
</style>
border-color css
<style>
span { border-color: #74CEB7; }
span { border-color: rgb(116,206,183); }
td.TdClassName
{
border-color: #74CEB7;
}
.TagClassName
{
border-color: #74CEB7;
}
</style>