Shades of Downy #74CFBC
Tints of Downy #74CFBC
RGB
CMYK
RGB Variations
Color information
#74CFBC (or 0x74CFBC) is known color: Downy. HEX triplet: 74, CF and BC. RGB value is (116,207,188). Sum of RGB (Red+Green+Blue) = 116+207+188=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFBC is #8B3043. Grayscale: #B1B1B1. Windows color (decimal): -9121860 or 12373876. OLE color: 12373876.
HSL color Cylindrical-coordinate representation of color #74CFBC: hue angle of 167.47º 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 #74CFBC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 188 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.19 |
| HSL | 167.47º | 0.49% | 0.63% | - |
| HSV(B) | 167.47º | 0.44% | 0.81% | - |
| XYZ | 38.59 | 51.97 | 55.57 | - |
| YUV | 177.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 188 | 0.44 | 0 | 0.09 | 0.19 | 167.47 | 0.49 | 0.63 |
| Hex | 74 | CF | BC | 2C | 0 | 9 | 13 | A7 | 31 | 3F |
| Octal | 164 | 317 | 274 | 54 | 0 | 11 | 23 | 247 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10111100 | 101100 | 0 | 1001 | 10011 | 10100111 | 110001 | 111111 |
Color Harmonies of #74CFBC
Complementary color
Monochromatic Colors of #74CFBC
Black with #74CFBC
Text Example
Text Example
White with #74CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFBC; }
p { color: rgb(116,207,188); }
H1.HeaderClassName
{
color: #74CFBC;
}
.AnyTagClassName
{
color: #74CFBC;
}
</style>
background-color css
<style>
a { background-color: #74CFBC; }
a { background-color: rgb(116,207,188); }
div.DivClassName
{
background-color: #74CFBC;
}
.BgClassName
{
background-color: #74CFBC;
}
</style>
border-color css
<style>
span { border-color: #74CFBC; }
span { border-color: rgb(116,207,188); }
td.TdClassName
{
border-color: #74CFBC;
}
.TagClassName
{
border-color: #74CFBC;
}
</style>