Shades of Downy #74DABB
Tints of Downy #74DABB
RGB
CMYK
RGB Variations
Color information
#74DABB (or 0x74DABB) is known color: Downy. HEX triplet: 74, DA and BB. RGB value is (116,218,187). Sum of RGB (Red+Green+Blue) = 116+218+187=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #74DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DABB is #8B2544. Grayscale: #B7B7B7. Windows color (decimal): -9119045 or 12311156. OLE color: 12311156.
HSL color Cylindrical-coordinate representation of color #74DABB: hue angle of 161.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DABB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 187 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.15 |
| HSL | 161.76º | 0.58% | 0.65% | - |
| HSV(B) | 161.76º | 0.47% | 0.85% | - |
| XYZ | 41.24 | 57.44 | 55.93 | - |
| YUV | 183.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 187 | 0.47 | 0 | 0.14 | 0.15 | 161.76 | 0.58 | 0.65 |
| Hex | 74 | DA | BB | 2F | 0 | E | F | A2 | 3A | 41 |
| Octal | 164 | 332 | 273 | 57 | 0 | 16 | 17 | 242 | 72 | 101 |
| Binary | 1110100 | 11011010 | 10111011 | 101111 | 0 | 1110 | 1111 | 10100010 | 111010 | 1000001 |
Color Harmonies of #74DABB
Complementary color
Monochromatic Colors of #74DABB
Black with #74DABB
Text Example
Text Example
White with #74DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DABB; }
p { color: rgb(116,218,187); }
H1.HeaderClassName
{
color: #74DABB;
}
.AnyTagClassName
{
color: #74DABB;
}
</style>
background-color css
<style>
a { background-color: #74DABB; }
a { background-color: rgb(116,218,187); }
div.DivClassName
{
background-color: #74DABB;
}
.BgClassName
{
background-color: #74DABB;
}
</style>
border-color css
<style>
span { border-color: #74DABB; }
span { border-color: rgb(116,218,187); }
td.TdClassName
{
border-color: #74DABB;
}
.TagClassName
{
border-color: #74DABB;
}
</style>