Shades of Downy #74DFBE
Tints of Downy #74DFBE
RGB
CMYK
RGB Variations
Color information
#74DFBE (or 0x74DFBE) is known color: Downy. HEX triplet: 74, DF and BE. RGB value is (116,223,190). Sum of RGB (Red+Green+Blue) = 116+223+190=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFBE is #8B2041. Grayscale: #BBBBBB. Windows color (decimal): -9117762 or 12509044. OLE color: 12509044.
HSL color Cylindrical-coordinate representation of color #74DFBE: hue angle of 161.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFBE is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 190 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.13 |
| HSL | 161.5º | 0.63% | 0.66% | - |
| HSV(B) | 161.5º | 0.48% | 0.87% | - |
| XYZ | 42.88 | 60.21 | 58.08 | - |
| YUV | 187.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 190 | 0.48 | 0 | 0.15 | 0.13 | 161.5 | 0.63 | 0.66 |
| Hex | 74 | DF | BE | 30 | 0 | F | D | A1 | 3F | 42 |
| Octal | 164 | 337 | 276 | 60 | 0 | 17 | 15 | 241 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10111110 | 110000 | 0 | 1111 | 1101 | 10100001 | 111111 | 1000010 |
Color Harmonies of #74DFBE
Complementary color
Monochromatic Colors of #74DFBE
Black with #74DFBE
Text Example
Text Example
White with #74DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFBE; }
p { color: rgb(116,223,190); }
H1.HeaderClassName
{
color: #74DFBE;
}
.AnyTagClassName
{
color: #74DFBE;
}
</style>
background-color css
<style>
a { background-color: #74DFBE; }
a { background-color: rgb(116,223,190); }
div.DivClassName
{
background-color: #74DFBE;
}
.BgClassName
{
background-color: #74DFBE;
}
</style>
border-color css
<style>
span { border-color: #74DFBE; }
span { border-color: rgb(116,223,190); }
td.TdClassName
{
border-color: #74DFBE;
}
.TagClassName
{
border-color: #74DFBE;
}
</style>