Shades of Downy #74EABB
Tints of Downy #74EABB
RGB
CMYK
RGB Variations
Color information
#74EABB (or 0x74EABB) is known color: Downy. HEX triplet: 74, EA and BB. RGB value is (116,234,187). Sum of RGB (Red+Green+Blue) = 116+234+187=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #74EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EABB is #8B1544. Grayscale: #C1C1C1. Windows color (decimal): -9114949 or 12315252. OLE color: 12315252.
HSL color Cylindrical-coordinate representation of color #74EABB: hue angle of 156.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EABB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 187 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.08 |
| HSL | 156.1º | 0.74% | 0.69% | - |
| HSV(B) | 156.1º | 0.5% | 0.92% | - |
| XYZ | 45.59 | 66.15 | 57.38 | - |
| YUV | 193.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 187 | 0.50 | 0 | 0.20 | 0.08 | 156.1 | 0.74 | 0.69 |
| Hex | 74 | EA | BB | 32 | 0 | 14 | 8 | 9C | 4A | 45 |
| Octal | 164 | 352 | 273 | 62 | 0 | 24 | 10 | 234 | 112 | 105 |
| Binary | 1110100 | 11101010 | 10111011 | 110010 | 0 | 10100 | 1000 | 10011100 | 1001010 | 1000101 |
Color Harmonies of #74EABB
Complementary color
Monochromatic Colors of #74EABB
Black with #74EABB
Text Example
Text Example
White with #74EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EABB; }
p { color: rgb(116,234,187); }
H1.HeaderClassName
{
color: #74EABB;
}
.AnyTagClassName
{
color: #74EABB;
}
</style>
background-color css
<style>
a { background-color: #74EABB; }
a { background-color: rgb(116,234,187); }
div.DivClassName
{
background-color: #74EABB;
}
.BgClassName
{
background-color: #74EABB;
}
</style>
border-color css
<style>
span { border-color: #74EABB; }
span { border-color: rgb(116,234,187); }
td.TdClassName
{
border-color: #74EABB;
}
.TagClassName
{
border-color: #74EABB;
}
</style>