Shades of Downy #74DEBE
Tints of Downy #74DEBE
RGB
CMYK
RGB Variations
Color information
#74DEBE (or 0x74DEBE) is known color: Downy. HEX triplet: 74, DE and BE. RGB value is (116,222,190). Sum of RGB (Red+Green+Blue) = 116+222+190=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEBE is #8B2141. Grayscale: #BABABA. Windows color (decimal): -9118018 or 12508788. OLE color: 12508788.
HSL color Cylindrical-coordinate representation of color #74DEBE: hue angle of 161.89º degrees, saturation: 0.62, 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 #74DEBE is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 190 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.13 |
| HSL | 161.89º | 0.62% | 0.66% | - |
| HSV(B) | 161.89º | 0.48% | 0.87% | - |
| XYZ | 42.62 | 59.67 | 57.99 | - |
| YUV | 186.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 190 | 0.48 | 0 | 0.14 | 0.13 | 161.89 | 0.62 | 0.66 |
| Hex | 74 | DE | BE | 30 | 0 | E | D | A2 | 3E | 42 |
| Octal | 164 | 336 | 276 | 60 | 0 | 16 | 15 | 242 | 76 | 102 |
| Binary | 1110100 | 11011110 | 10111110 | 110000 | 0 | 1110 | 1101 | 10100010 | 111110 | 1000010 |
Color Harmonies of #74DEBE
Complementary color
Monochromatic Colors of #74DEBE
Black with #74DEBE
Text Example
Text Example
White with #74DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEBE; }
p { color: rgb(116,222,190); }
H1.HeaderClassName
{
color: #74DEBE;
}
.AnyTagClassName
{
color: #74DEBE;
}
</style>
background-color css
<style>
a { background-color: #74DEBE; }
a { background-color: rgb(116,222,190); }
div.DivClassName
{
background-color: #74DEBE;
}
.BgClassName
{
background-color: #74DEBE;
}
</style>
border-color css
<style>
span { border-color: #74DEBE; }
span { border-color: rgb(116,222,190); }
td.TdClassName
{
border-color: #74DEBE;
}
.TagClassName
{
border-color: #74DEBE;
}
</style>