Shades of Downy #74DABC
Tints of Downy #74DABC
RGB
CMYK
RGB Variations
Color information
#74DABC (or 0x74DABC) is known color: Downy. HEX triplet: 74, DA and BC. RGB value is (116,218,188). Sum of RGB (Red+Green+Blue) = 116+218+188=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #74DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DABC is #8B2543. Grayscale: #B8B8B8. Windows color (decimal): -9119044 or 12376692. OLE color: 12376692.
HSL color Cylindrical-coordinate representation of color #74DABC: hue angle of 162.35º 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 #74DABC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 188 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.15 |
| HSL | 162.35º | 0.58% | 0.65% | - |
| HSV(B) | 162.35º | 0.47% | 0.85% | - |
| XYZ | 41.35 | 57.49 | 56.49 | - |
| YUV | 184.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 188 | 0.47 | 0 | 0.14 | 0.15 | 162.35 | 0.58 | 0.65 |
| Hex | 74 | DA | BC | 2F | 0 | E | F | A2 | 3A | 41 |
| Octal | 164 | 332 | 274 | 57 | 0 | 16 | 17 | 242 | 72 | 101 |
| Binary | 1110100 | 11011010 | 10111100 | 101111 | 0 | 1110 | 1111 | 10100010 | 111010 | 1000001 |
Color Harmonies of #74DABC
Complementary color
Monochromatic Colors of #74DABC
Black with #74DABC
Text Example
Text Example
White with #74DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DABC; }
p { color: rgb(116,218,188); }
H1.HeaderClassName
{
color: #74DABC;
}
.AnyTagClassName
{
color: #74DABC;
}
</style>
background-color css
<style>
a { background-color: #74DABC; }
a { background-color: rgb(116,218,188); }
div.DivClassName
{
background-color: #74DABC;
}
.BgClassName
{
background-color: #74DABC;
}
</style>
border-color css
<style>
span { border-color: #74DABC; }
span { border-color: rgb(116,218,188); }
td.TdClassName
{
border-color: #74DABC;
}
.TagClassName
{
border-color: #74DABC;
}
</style>