Shades of Downy #78E6B3
Tints of Downy #78E6B3
RGB
CMYK
RGB Variations
Color information
#78E6B3 (or 0x78E6B3) is known color: Downy. HEX triplet: 78, E6 and B3. RGB value is (120,230,179). Sum of RGB (Red+Green+Blue) = 120+230+179=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E6B3 is #87194C. Grayscale: #BFBFBF. Windows color (decimal): -8853837 or 11789944. OLE color: 11789944.
HSL color Cylindrical-coordinate representation of color #78E6B3: hue angle of 152.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6B3 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 179 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.10 |
| HSL | 152.18º | 0.69% | 0.69% | - |
| HSV(B) | 152.18º | 0.48% | 0.9% | - |
| XYZ | 44.18 | 63.84 | 52.64 | - |
| YUV | 191.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 179 | 0.48 | 0 | 0.22 | 0.10 | 152.18 | 0.69 | 0.69 |
| Hex | 78 | E6 | B3 | 30 | 0 | 16 | A | 98 | 45 | 45 |
| Octal | 170 | 346 | 263 | 60 | 0 | 26 | 12 | 230 | 105 | 105 |
| Binary | 1111000 | 11100110 | 10110011 | 110000 | 0 | 10110 | 1010 | 10011000 | 1000101 | 1000101 |
Color Harmonies of #78E6B3
Complementary color
Monochromatic Colors of #78E6B3
Black with #78E6B3
Text Example
Text Example
White with #78E6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6B3; }
p { color: rgb(120,230,179); }
H1.HeaderClassName
{
color: #78E6B3;
}
.AnyTagClassName
{
color: #78E6B3;
}
</style>
background-color css
<style>
a { background-color: #78E6B3; }
a { background-color: rgb(120,230,179); }
div.DivClassName
{
background-color: #78E6B3;
}
.BgClassName
{
background-color: #78E6B3;
}
</style>
border-color css
<style>
span { border-color: #78E6B3; }
span { border-color: rgb(120,230,179); }
td.TdClassName
{
border-color: #78E6B3;
}
.TagClassName
{
border-color: #78E6B3;
}
</style>