Shades of Downy #67E6BF
Tints of Downy #67E6BF
RGB
CMYK
RGB Variations
Color information
#67E6BF (or 0x67E6BF) is known color: Downy. HEX triplet: 67, E6 and BF. RGB value is (103,230,191). Sum of RGB (Red+Green+Blue) = 103+230+191=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #67E6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E6BF is #981940. Grayscale: #BBBBBB. Windows color (decimal): -9967937 or 12576359. OLE color: 12576359.
HSL color Cylindrical-coordinate representation of color #67E6BF: hue angle of 161.57º degrees, saturation: 0.72, 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 #67E6BF is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 230 | 191 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.10 |
| HSL | 161.57º | 0.72% | 0.65% | - |
| HSV(B) | 161.57º | 0.55% | 0.9% | - |
| XYZ | 43.29 | 63.24 | 59.21 | - |
| YUV | 187.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 230 | 191 | 0.55 | 0 | 0.17 | 0.10 | 161.57 | 0.72 | 0.65 |
| Hex | 67 | E6 | BF | 37 | 0 | 11 | A | A2 | 48 | 41 |
| Octal | 147 | 346 | 277 | 67 | 0 | 21 | 12 | 242 | 110 | 101 |
| Binary | 1100111 | 11100110 | 10111111 | 110111 | 0 | 10001 | 1010 | 10100010 | 1001000 | 1000001 |
Color Harmonies of #67E6BF
Complementary color
Monochromatic Colors of #67E6BF
Black with #67E6BF
Text Example
Text Example
White with #67E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E6BF; }
p { color: rgb(103,230,191); }
H1.HeaderClassName
{
color: #67E6BF;
}
.AnyTagClassName
{
color: #67E6BF;
}
</style>
background-color css
<style>
a { background-color: #67E6BF; }
a { background-color: rgb(103,230,191); }
div.DivClassName
{
background-color: #67E6BF;
}
.BgClassName
{
background-color: #67E6BF;
}
</style>
border-color css
<style>
span { border-color: #67E6BF; }
span { border-color: rgb(103,230,191); }
td.TdClassName
{
border-color: #67E6BF;
}
.TagClassName
{
border-color: #67E6BF;
}
</style>