Shades of Downy #74EEB5
Tints of Downy #74EEB5
RGB
CMYK
RGB Variations
Color information
#74EEB5 (or 0x74EEB5) is known color: Downy. HEX triplet: 74, EE and B5. RGB value is (116,238,181). Sum of RGB (Red+Green+Blue) = 116+238+181=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEB5 is #8B114A. Grayscale: #C3C3C3. Windows color (decimal): -9113931 or 11923060. OLE color: 11923060.
HSL color Cylindrical-coordinate representation of color #74EEB5: hue angle of 151.97º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEB5 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 181 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.07 |
| HSL | 151.97º | 0.78% | 0.69% | - |
| HSV(B) | 151.97º | 0.51% | 0.93% | - |
| XYZ | 46.12 | 68.2 | 54.45 | - |
| YUV | 195.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 181 | 0.51 | 0 | 0.24 | 0.07 | 151.97 | 0.78 | 0.69 |
| Hex | 74 | EE | B5 | 33 | 0 | 18 | 7 | 98 | 4E | 45 |
| Octal | 164 | 356 | 265 | 63 | 0 | 30 | 7 | 230 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10110101 | 110011 | 0 | 11000 | 111 | 10011000 | 1001110 | 1000101 |
Color Harmonies of #74EEB5
Complementary color
Monochromatic Colors of #74EEB5
Black with #74EEB5
Text Example
Text Example
White with #74EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEB5; }
p { color: rgb(116,238,181); }
H1.HeaderClassName
{
color: #74EEB5;
}
.AnyTagClassName
{
color: #74EEB5;
}
</style>
background-color css
<style>
a { background-color: #74EEB5; }
a { background-color: rgb(116,238,181); }
div.DivClassName
{
background-color: #74EEB5;
}
.BgClassName
{
background-color: #74EEB5;
}
</style>
border-color css
<style>
span { border-color: #74EEB5; }
span { border-color: rgb(116,238,181); }
td.TdClassName
{
border-color: #74EEB5;
}
.TagClassName
{
border-color: #74EEB5;
}
</style>