Shades of Downy #67EAB9
Tints of Downy #67EAB9
RGB
CMYK
RGB Variations
Color information
#67EAB9 (or 0x67EAB9) is known color: Downy. HEX triplet: 67, EA and B9. RGB value is (103,234,185). Sum of RGB (Red+Green+Blue) = 103+234+185=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #67EAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EAB9 is #981546. Grayscale: #BDBDBD. Windows color (decimal): -9966919 or 12184167. OLE color: 12184167.
HSL color Cylindrical-coordinate representation of color #67EAB9: hue angle of 157.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EAB9 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 185 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.08 |
| HSL | 157.56º | 0.76% | 0.66% | - |
| HSV(B) | 157.56º | 0.56% | 0.92% | - |
| XYZ | 43.77 | 65.23 | 56.18 | - |
| YUV | 189.25 | 125.6 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 185 | 0.56 | 0 | 0.21 | 0.08 | 157.56 | 0.76 | 0.66 |
| Hex | 67 | EA | B9 | 38 | 0 | 15 | 8 | 9E | 4C | 42 |
| Octal | 147 | 352 | 271 | 70 | 0 | 25 | 10 | 236 | 114 | 102 |
| Binary | 1100111 | 11101010 | 10111001 | 111000 | 0 | 10101 | 1000 | 10011110 | 1001100 | 1000010 |
Color Harmonies of #67EAB9
Complementary color
Monochromatic Colors of #67EAB9
Black with #67EAB9
Text Example
Text Example
White with #67EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EAB9; }
p { color: rgb(103,234,185); }
H1.HeaderClassName
{
color: #67EAB9;
}
.AnyTagClassName
{
color: #67EAB9;
}
</style>
background-color css
<style>
a { background-color: #67EAB9; }
a { background-color: rgb(103,234,185); }
div.DivClassName
{
background-color: #67EAB9;
}
.BgClassName
{
background-color: #67EAB9;
}
</style>
border-color css
<style>
span { border-color: #67EAB9; }
span { border-color: rgb(103,234,185); }
td.TdClassName
{
border-color: #67EAB9;
}
.TagClassName
{
border-color: #67EAB9;
}
</style>