Shades of Downy #74CDBC
Tints of Downy #74CDBC
RGB
CMYK
RGB Variations
Color information
#74CDBC (or 0x74CDBC) is known color: Downy. HEX triplet: 74, CD and BC. RGB value is (116,205,188). Sum of RGB (Red+Green+Blue) = 116+205+188=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDBC is #8B3243. Grayscale: #B0B0B0. Windows color (decimal): -9122372 or 12373364. OLE color: 12373364.
HSL color Cylindrical-coordinate representation of color #74CDBC: hue angle of 168.54º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDBC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 188 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.20 |
| HSL | 168.54º | 0.47% | 0.63% | - |
| HSV(B) | 168.54º | 0.43% | 0.8% | - |
| XYZ | 38.11 | 51.01 | 55.41 | - |
| YUV | 176.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 188 | 0.43 | 0 | 0.08 | 0.20 | 168.54 | 0.47 | 0.63 |
| Hex | 74 | CD | BC | 2B | 0 | 8 | 14 | A9 | 2F | 3F |
| Octal | 164 | 315 | 274 | 53 | 0 | 10 | 24 | 251 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10111100 | 101011 | 0 | 1000 | 10100 | 10101001 | 101111 | 111111 |
Color Harmonies of #74CDBC
Complementary color
Monochromatic Colors of #74CDBC
Black with #74CDBC
Text Example
Text Example
White with #74CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDBC; }
p { color: rgb(116,205,188); }
H1.HeaderClassName
{
color: #74CDBC;
}
.AnyTagClassName
{
color: #74CDBC;
}
</style>
background-color css
<style>
a { background-color: #74CDBC; }
a { background-color: rgb(116,205,188); }
div.DivClassName
{
background-color: #74CDBC;
}
.BgClassName
{
background-color: #74CDBC;
}
</style>
border-color css
<style>
span { border-color: #74CDBC; }
span { border-color: rgb(116,205,188); }
td.TdClassName
{
border-color: #74CDBC;
}
.TagClassName
{
border-color: #74CDBC;
}
</style>