Shades of Downy #74DCBA
Tints of Downy #74DCBA
RGB
CMYK
RGB Variations
Color information
#74DCBA (or 0x74DCBA) is known color: Downy. HEX triplet: 74, DC and BA. RGB value is (116,220,186). Sum of RGB (Red+Green+Blue) = 116+220+186=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCBA is #8B2345. Grayscale: #B9B9B9. Windows color (decimal): -9118534 or 12246132. OLE color: 12246132.
HSL color Cylindrical-coordinate representation of color #74DCBA: hue angle of 160.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCBA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 186 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.14 |
| HSL | 160.38º | 0.6% | 0.66% | - |
| HSV(B) | 160.38º | 0.47% | 0.86% | - |
| XYZ | 41.66 | 58.44 | 55.54 | - |
| YUV | 185.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 186 | 0.47 | 0 | 0.15 | 0.14 | 160.38 | 0.6 | 0.66 |
| Hex | 74 | DC | BA | 2F | 0 | F | E | A0 | 3C | 42 |
| Octal | 164 | 334 | 272 | 57 | 0 | 17 | 16 | 240 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10111010 | 101111 | 0 | 1111 | 1110 | 10100000 | 111100 | 1000010 |
Color Harmonies of #74DCBA
Complementary color
Monochromatic Colors of #74DCBA
Black with #74DCBA
Text Example
Text Example
White with #74DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCBA; }
p { color: rgb(116,220,186); }
H1.HeaderClassName
{
color: #74DCBA;
}
.AnyTagClassName
{
color: #74DCBA;
}
</style>
background-color css
<style>
a { background-color: #74DCBA; }
a { background-color: rgb(116,220,186); }
div.DivClassName
{
background-color: #74DCBA;
}
.BgClassName
{
background-color: #74DCBA;
}
</style>
border-color css
<style>
span { border-color: #74DCBA; }
span { border-color: rgb(116,220,186); }
td.TdClassName
{
border-color: #74DCBA;
}
.TagClassName
{
border-color: #74DCBA;
}
</style>