Shades of Downy #74DABD
Tints of Downy #74DABD
RGB
CMYK
RGB Variations
Color information
#74DABD (or 0x74DABD) is known color: Downy. HEX triplet: 74, DA and BD. RGB value is (116,218,189). Sum of RGB (Red+Green+Blue) = 116+218+189=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #74DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DABD is #8B2542. Grayscale: #B8B8B8. Windows color (decimal): -9119043 or 12442228. OLE color: 12442228.
HSL color Cylindrical-coordinate representation of color #74DABD: hue angle of 162.94º 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 #74DABD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 189 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.15 |
| HSL | 162.94º | 0.58% | 0.65% | - |
| HSV(B) | 162.94º | 0.47% | 0.85% | - |
| XYZ | 41.46 | 57.53 | 57.06 | - |
| YUV | 184.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 189 | 0.47 | 0 | 0.13 | 0.15 | 162.94 | 0.58 | 0.65 |
| Hex | 74 | DA | BD | 2F | 0 | D | F | A3 | 3A | 41 |
| Octal | 164 | 332 | 275 | 57 | 0 | 15 | 17 | 243 | 72 | 101 |
| Binary | 1110100 | 11011010 | 10111101 | 101111 | 0 | 1101 | 1111 | 10100011 | 111010 | 1000001 |
Color Harmonies of #74DABD
Complementary color
Monochromatic Colors of #74DABD
Black with #74DABD
Text Example
Text Example
White with #74DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DABD; }
p { color: rgb(116,218,189); }
H1.HeaderClassName
{
color: #74DABD;
}
.AnyTagClassName
{
color: #74DABD;
}
</style>
background-color css
<style>
a { background-color: #74DABD; }
a { background-color: rgb(116,218,189); }
div.DivClassName
{
background-color: #74DABD;
}
.BgClassName
{
background-color: #74DABD;
}
</style>
border-color css
<style>
span { border-color: #74DABD; }
span { border-color: rgb(116,218,189); }
td.TdClassName
{
border-color: #74DABD;
}
.TagClassName
{
border-color: #74DABD;
}
</style>