Shades of Downy #74E6B3
Tints of Downy #74E6B3
RGB
CMYK
RGB Variations
Color information
#74E6B3 (or 0x74E6B3) is known color: Downy. HEX triplet: 74, E6 and B3. RGB value is (116,230,179). Sum of RGB (Red+Green+Blue) = 116+230+179=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6B3 is #8B194C. Grayscale: #BEBEBE. Windows color (decimal): -9115981 or 11789940. OLE color: 11789940.
HSL color Cylindrical-coordinate representation of color #74E6B3: hue angle of 153.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6B3 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 179 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.10 |
| HSL | 153.16º | 0.7% | 0.68% | - |
| HSV(B) | 153.16º | 0.5% | 0.9% | - |
| XYZ | 43.64 | 63.56 | 52.62 | - |
| YUV | 190.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 179 | 0.50 | 0 | 0.22 | 0.10 | 153.16 | 0.7 | 0.68 |
| Hex | 74 | E6 | B3 | 32 | 0 | 16 | A | 99 | 46 | 44 |
| Octal | 164 | 346 | 263 | 62 | 0 | 26 | 12 | 231 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10110011 | 110010 | 0 | 10110 | 1010 | 10011001 | 1000110 | 1000100 |
Color Harmonies of #74E6B3
Complementary color
Monochromatic Colors of #74E6B3
Black with #74E6B3
Text Example
Text Example
White with #74E6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6B3; }
p { color: rgb(116,230,179); }
H1.HeaderClassName
{
color: #74E6B3;
}
.AnyTagClassName
{
color: #74E6B3;
}
</style>
background-color css
<style>
a { background-color: #74E6B3; }
a { background-color: rgb(116,230,179); }
div.DivClassName
{
background-color: #74E6B3;
}
.BgClassName
{
background-color: #74E6B3;
}
</style>
border-color css
<style>
span { border-color: #74E6B3; }
span { border-color: rgb(116,230,179); }
td.TdClassName
{
border-color: #74E6B3;
}
.TagClassName
{
border-color: #74E6B3;
}
</style>