Shades of Downy #67E5BA
Tints of Downy #67E5BA
RGB
CMYK
RGB Variations
Color information
#67E5BA (or 0x67E5BA) is known color: Downy. HEX triplet: 67, E5 and BA. RGB value is (103,229,186). Sum of RGB (Red+Green+Blue) = 103+229+186=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #67E5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E5BA is #981A45. Grayscale: #BABABA. Windows color (decimal): -9968198 or 12248423. OLE color: 12248423.
HSL color Cylindrical-coordinate representation of color #67E5BA: hue angle of 159.52º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E5BA is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 229 | 186 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.10 |
| HSL | 159.52º | 0.71% | 0.65% | - |
| HSV(B) | 159.52º | 0.55% | 0.9% | - |
| XYZ | 42.48 | 62.47 | 56.27 | - |
| YUV | 186.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 229 | 186 | 0.55 | 0 | 0.19 | 0.10 | 159.52 | 0.71 | 0.65 |
| Hex | 67 | E5 | BA | 37 | 0 | 13 | A | A0 | 47 | 41 |
| Octal | 147 | 345 | 272 | 67 | 0 | 23 | 12 | 240 | 107 | 101 |
| Binary | 1100111 | 11100101 | 10111010 | 110111 | 0 | 10011 | 1010 | 10100000 | 1000111 | 1000001 |
Color Harmonies of #67E5BA
Complementary color
Monochromatic Colors of #67E5BA
Black with #67E5BA
Text Example
Text Example
White with #67E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E5BA; }
p { color: rgb(103,229,186); }
H1.HeaderClassName
{
color: #67E5BA;
}
.AnyTagClassName
{
color: #67E5BA;
}
</style>
background-color css
<style>
a { background-color: #67E5BA; }
a { background-color: rgb(103,229,186); }
div.DivClassName
{
background-color: #67E5BA;
}
.BgClassName
{
background-color: #67E5BA;
}
</style>
border-color css
<style>
span { border-color: #67E5BA; }
span { border-color: rgb(103,229,186); }
td.TdClassName
{
border-color: #67E5BA;
}
.TagClassName
{
border-color: #67E5BA;
}
</style>