Shades of Downy #74EEB7
Tints of Downy #74EEB7
RGB
CMYK
RGB Variations
Color information
#74EEB7 (or 0x74EEB7) is known color: Downy. HEX triplet: 74, EE and B7. RGB value is (116,238,183). Sum of RGB (Red+Green+Blue) = 116+238+183=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEB7 is #8B1148. Grayscale: #C3C3C3. Windows color (decimal): -9113929 or 12054132. OLE color: 12054132.
HSL color Cylindrical-coordinate representation of color #74EEB7: hue angle of 152.95º 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 #74EEB7 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 183 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.07 |
| HSL | 152.95º | 0.78% | 0.69% | - |
| HSV(B) | 152.95º | 0.51% | 0.93% | - |
| XYZ | 46.32 | 68.28 | 55.54 | - |
| YUV | 195.25 | 121.08 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 183 | 0.51 | 0 | 0.23 | 0.07 | 152.95 | 0.78 | 0.69 |
| Hex | 74 | EE | B7 | 33 | 0 | 17 | 7 | 99 | 4E | 45 |
| Octal | 164 | 356 | 267 | 63 | 0 | 27 | 7 | 231 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10110111 | 110011 | 0 | 10111 | 111 | 10011001 | 1001110 | 1000101 |
Color Harmonies of #74EEB7
Complementary color
Monochromatic Colors of #74EEB7
Black with #74EEB7
Text Example
Text Example
White with #74EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEB7; }
p { color: rgb(116,238,183); }
H1.HeaderClassName
{
color: #74EEB7;
}
.AnyTagClassName
{
color: #74EEB7;
}
</style>
background-color css
<style>
a { background-color: #74EEB7; }
a { background-color: rgb(116,238,183); }
div.DivClassName
{
background-color: #74EEB7;
}
.BgClassName
{
background-color: #74EEB7;
}
</style>
border-color css
<style>
span { border-color: #74EEB7; }
span { border-color: rgb(116,238,183); }
td.TdClassName
{
border-color: #74EEB7;
}
.TagClassName
{
border-color: #74EEB7;
}
</style>