Shades of Downy #74D0BE
Tints of Downy #74D0BE
RGB
CMYK
RGB Variations
Color information
#74D0BE (or 0x74D0BE) is known color: Downy. HEX triplet: 74, D0 and BE. RGB value is (116,208,190). Sum of RGB (Red+Green+Blue) = 116+208+190=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0BE is #8B2F41. Grayscale: #B2B2B2. Windows color (decimal): -9121602 or 12505204. OLE color: 12505204.
HSL color Cylindrical-coordinate representation of color #74D0BE: hue angle of 168.26º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D0BE is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 190 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.18 |
| HSL | 168.26º | 0.49% | 0.64% | - |
| HSV(B) | 168.26º | 0.44% | 0.82% | - |
| XYZ | 39.05 | 52.54 | 56.8 | - |
| YUV | 178.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 190 | 0.44 | 0 | 0.09 | 0.18 | 168.26 | 0.49 | 0.64 |
| Hex | 74 | D0 | BE | 2C | 0 | 9 | 12 | A8 | 31 | 40 |
| Octal | 164 | 320 | 276 | 54 | 0 | 11 | 22 | 250 | 61 | 100 |
| Binary | 1110100 | 11010000 | 10111110 | 101100 | 0 | 1001 | 10010 | 10101000 | 110001 | 1000000 |
Color Harmonies of #74D0BE
Complementary color
Monochromatic Colors of #74D0BE
Black with #74D0BE
Text Example
Text Example
White with #74D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D0BE; }
p { color: rgb(116,208,190); }
H1.HeaderClassName
{
color: #74D0BE;
}
.AnyTagClassName
{
color: #74D0BE;
}
</style>
background-color css
<style>
a { background-color: #74D0BE; }
a { background-color: rgb(116,208,190); }
div.DivClassName
{
background-color: #74D0BE;
}
.BgClassName
{
background-color: #74D0BE;
}
</style>
border-color css
<style>
span { border-color: #74D0BE; }
span { border-color: rgb(116,208,190); }
td.TdClassName
{
border-color: #74D0BE;
}
.TagClassName
{
border-color: #74D0BE;
}
</style>