Shades of Downy #74D6BB
Tints of Downy #74D6BB
RGB
CMYK
RGB Variations
Color information
#74D6BB (or 0x74D6BB) is known color: Downy. HEX triplet: 74, D6 and BB. RGB value is (116,214,187). Sum of RGB (Red+Green+Blue) = 116+214+187=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6BB is #8B2944. Grayscale: #B5B5B5. Windows color (decimal): -9120069 or 12310132. OLE color: 12310132.
HSL color Cylindrical-coordinate representation of color #74D6BB: hue angle of 163.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6BB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 187 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.16 |
| HSL | 163.47º | 0.54% | 0.65% | - |
| HSV(B) | 163.47º | 0.46% | 0.84% | - |
| XYZ | 40.22 | 55.39 | 55.59 | - |
| YUV | 181.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 187 | 0.46 | 0 | 0.13 | 0.16 | 163.47 | 0.54 | 0.65 |
| Hex | 74 | D6 | BB | 2E | 0 | D | 10 | A3 | 36 | 41 |
| Octal | 164 | 326 | 273 | 56 | 0 | 15 | 20 | 243 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10111011 | 101110 | 0 | 1101 | 10000 | 10100011 | 110110 | 1000001 |
Color Harmonies of #74D6BB
Complementary color
Monochromatic Colors of #74D6BB
Black with #74D6BB
Text Example
Text Example
White with #74D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D6BB; }
p { color: rgb(116,214,187); }
H1.HeaderClassName
{
color: #74D6BB;
}
.AnyTagClassName
{
color: #74D6BB;
}
</style>
background-color css
<style>
a { background-color: #74D6BB; }
a { background-color: rgb(116,214,187); }
div.DivClassName
{
background-color: #74D6BB;
}
.BgClassName
{
background-color: #74D6BB;
}
</style>
border-color css
<style>
span { border-color: #74D6BB; }
span { border-color: rgb(116,214,187); }
td.TdClassName
{
border-color: #74D6BB;
}
.TagClassName
{
border-color: #74D6BB;
}
</style>