Shades of Downy #74DFB8
Tints of Downy #74DFB8
RGB
CMYK
RGB Variations
Color information
#74DFB8 (or 0x74DFB8) is known color: Downy. HEX triplet: 74, DF and B8. RGB value is (116,223,184). Sum of RGB (Red+Green+Blue) = 116+223+184=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFB8 is #8B2047. Grayscale: #BABABA. Windows color (decimal): -9117768 or 12115828. OLE color: 12115828.
HSL color Cylindrical-coordinate representation of color #74DFB8: hue angle of 158.13º 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 #74DFB8 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 184 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.13 |
| HSL | 158.13º | 0.63% | 0.66% | - |
| HSV(B) | 158.13º | 0.48% | 0.87% | - |
| XYZ | 42.24 | 59.95 | 54.69 | - |
| YUV | 186.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 184 | 0.48 | 0 | 0.17 | 0.13 | 158.13 | 0.63 | 0.66 |
| Hex | 74 | DF | B8 | 30 | 0 | 11 | D | 9E | 3F | 42 |
| Octal | 164 | 337 | 270 | 60 | 0 | 21 | 15 | 236 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10111000 | 110000 | 0 | 10001 | 1101 | 10011110 | 111111 | 1000010 |
Color Harmonies of #74DFB8
Complementary color
Monochromatic Colors of #74DFB8
Black with #74DFB8
Text Example
Text Example
White with #74DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFB8; }
p { color: rgb(116,223,184); }
H1.HeaderClassName
{
color: #74DFB8;
}
.AnyTagClassName
{
color: #74DFB8;
}
</style>
background-color css
<style>
a { background-color: #74DFB8; }
a { background-color: rgb(116,223,184); }
div.DivClassName
{
background-color: #74DFB8;
}
.BgClassName
{
background-color: #74DFB8;
}
</style>
border-color css
<style>
span { border-color: #74DFB8; }
span { border-color: rgb(116,223,184); }
td.TdClassName
{
border-color: #74DFB8;
}
.TagClassName
{
border-color: #74DFB8;
}
</style>