Shades of Downy #74DFC9
Tints of Downy #74DFC9
RGB
CMYK
RGB Variations
Color information
#74DFC9 (or 0x74DFC9) is known color: Downy. HEX triplet: 74, DF and C9. RGB value is (116,223,201). Sum of RGB (Red+Green+Blue) = 116+223+201=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFC9 is #8B2036. Grayscale: #BCBCBC. Windows color (decimal): -9117751 or 13229940. OLE color: 13229940.
HSL color Cylindrical-coordinate representation of color #74DFC9: hue angle of 167.66º 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 #74DFC9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 201 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.13 |
| HSL | 167.66º | 0.63% | 0.66% | - |
| HSV(B) | 167.66º | 0.48% | 0.87% | - |
| XYZ | 44.13 | 60.71 | 64.65 | - |
| YUV | 188.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 201 | 0.48 | 0 | 0.10 | 0.13 | 167.66 | 0.63 | 0.66 |
| Hex | 74 | DF | C9 | 30 | 0 | A | D | A8 | 3F | 42 |
| Octal | 164 | 337 | 311 | 60 | 0 | 12 | 15 | 250 | 77 | 102 |
| Binary | 1110100 | 11011111 | 11001001 | 110000 | 0 | 1010 | 1101 | 10101000 | 111111 | 1000010 |
Color Harmonies of #74DFC9
Complementary color
Monochromatic Colors of #74DFC9
Black with #74DFC9
Text Example
Text Example
White with #74DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFC9; }
p { color: rgb(116,223,201); }
H1.HeaderClassName
{
color: #74DFC9;
}
.AnyTagClassName
{
color: #74DFC9;
}
</style>
background-color css
<style>
a { background-color: #74DFC9; }
a { background-color: rgb(116,223,201); }
div.DivClassName
{
background-color: #74DFC9;
}
.BgClassName
{
background-color: #74DFC9;
}
</style>
border-color css
<style>
span { border-color: #74DFC9; }
span { border-color: rgb(116,223,201); }
td.TdClassName
{
border-color: #74DFC9;
}
.TagClassName
{
border-color: #74DFC9;
}
</style>